Skip to content

Commit

Permalink
upgrade workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Sep 22, 2024
1 parent 7985275 commit 636cd1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['18', '20']
node_version: ['18', '20', '22']
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'

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

0 comments on commit 636cd1f

Please sign in to comment.