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 d2f43b6 commit 9b01a02Copy full SHA for 9b01a02
.github/workflows/ci.yml
@@ -15,7 +15,6 @@ jobs:
15
with:
16
node-version: 20.x
17
cache: npm
18
- cache-dependency-path: package-lock.json
19
- name: Install and build
20
run: |
21
npm ci
.github/workflows/release.yml
@@ -15,8 +15,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- cache: yarn
- cache-dependency-path: yarn.lock
+ cache: npm
run: npm ci
22
env:
0 commit comments