We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d862486 commit 47f3439Copy full SHA for 47f3439
.github/workflows/ci.yml
@@ -15,12 +15,7 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version-file: '.nvmrc'
18
- - uses: actions/cache@v3
19
- with:
20
- path: ~/.npm
21
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
22
- restore-keys: |
23
- ${{ runner.os }}-node-
+ cache: 'npm'
24
- run: npm ci
25
- run: npm run lint
26
- run: npm run test
.nvmrc
@@ -1 +1 @@
1
-18
+20
0 commit comments