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 c671cff commit 41ef5dfCopy full SHA for 41ef5df
.github/workflows/CI.yml
@@ -17,15 +17,7 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- - name: Cache Node.js modules
21
- uses: actions/cache@v2
22
- with:
23
- # npm cache files are stored in `~/.npm` on Linux/macOS
24
- path: ~/.npm
25
- key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
26
- restore-keys: |
27
- ${{ runner.OS }}-node-
28
- ${{ runner.OS }}-
+ cache: 'npm'
29
- name: Install dependencies
30
run: npm ci
31
- name: Build
0 commit comments