We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a5e02 commit fab6e87Copy full SHA for fab6e87
.github/workflows/ci.yml
@@ -32,17 +32,6 @@ jobs:
32
- name: checkout code
33
uses: actions/checkout@v2
34
35
- - name: Cache dependencies
36
- uses: actions/cache@v2
37
- with:
38
- path: |
39
- ~/.npm
40
- **/node_modules
41
- key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
42
- restore-keys: |
43
- ${{runner.os}}-npm-
44
- ${{runner.os}}-
45
-
46
- name: read node version from .nvmrc
47
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
48
shell: bash
@@ -58,9 +47,10 @@ jobs:
58
run: pulseaudio -D
59
60
49
- name: setup node
61
- uses: actions/setup-node@v1
50
+ uses: actions/setup-node@v2
62
51
with:
63
52
node-version: '${{steps.nvm.outputs.NVMRC}}'
53
+ cache: npm
64
54
65
55
# turn off the default setup-node problem watchers...
66
56
- run: echo "::remove-matcher owner=eslint-compact::"
0 commit comments