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 7c1bcd0 commit 32c11abCopy full SHA for 32c11ab
.github/workflows/ci.yml
@@ -13,12 +13,7 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version-file: '.nvmrc'
16
- - uses: actions/cache@v3
17
- with:
18
- path: ~/.npm
19
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
20
- restore-keys: |
21
- ${{ runner.os }}-node-
+ cache: 'npm'
22
- run: npm ci
23
- run: npm run lint
24
- run: npm run test
.nvmrc
@@ -1 +1 @@
1
-18
+20
0 commit comments