Skip to content

Commit

Permalink
upgrade github action plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Aug 2, 2023
1 parent 96a3581 commit 22ae850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup NodeJS ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: npm
cache-dependency-path: '**/package-lock.json'

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
id: npm-cache
with:
path: |
Expand Down

0 comments on commit 22ae850

Please sign in to comment.