Skip to content

Commit e1bdcf6

Browse files
committed
Update test workflow
1 parent 28c773c commit e1bdcf6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: "14.x"
13-
- uses: actions/cache@v2
14-
with:
15-
path: ~/.npm
16-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
17-
restore-keys: |
18-
${{ runner.os }}-node-
12+
node-version: "16"
13+
cache: npm
14+
registry-url: https://registry.npmjs.org/
1915
- run: npm ci
2016
- run: npm test

0 commit comments

Comments
 (0)