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 983dbd9 commit 2a3c9faCopy full SHA for 2a3c9fa
.github/workflows/CI.yml
@@ -21,15 +21,7 @@ jobs:
21
uses: actions/setup-node@v3
22
with:
23
node-version: ${{ matrix.node-version }}
24
- - name: Cache Node.js modules
25
- uses: actions/cache@v3
26
- with:
27
- # npm cache files are stored in `~/.npm` on Linux/macOS
28
- path: ~/.npm
29
- key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
30
- restore-keys: |
31
- ${{ runner.OS }}-node-
32
- ${{ runner.OS }}-
+ cache: 'npm'
33
- name: Install dependencies
34
run: npm ci
35
- name: Install dependencies for integration test
0 commit comments