Skip to content

Commit 35e9fb7

Browse files
committed
pack: upgrade GitHub workflow actions
1 parent 798af8b commit 35e9fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node_version: ['18', '20']
23+
node_version: ['20', '22']
2424
os: [windows-latest, macos-latest, ubuntu-latest]
2525

2626
steps:
@@ -41,7 +41,7 @@ jobs:
4141
cache-dependency-path: '**/package-lock.json'
4242

4343
- name: Cache dependencies
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
id: npm-cache
4646
with:
4747
path: |

0 commit comments

Comments
 (0)