Skip to content

Commit 4dd3146

Browse files
authored
Update run-tests.yml
1 parent f2a64fa commit 4dd3146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
node-version: [12, 14]
17+
node-version: [16, 18]
1818

1919
steps:
2020
- name: Checkout repository
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=dir::$(npm config get cache)"
3333

3434
- name: Cache dependencies
35-
uses: actions/cache@v3.2.6
35+
uses: actions/cache@v3
3636
id: npm-cache
3737
with:
3838
path: ${{ steps.npm-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)