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 22568d4 commit 4dbe1b4Copy full SHA for 4dbe1b4
.github/workflows/deploy-docs.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-node@v3
17
with:
18
node-version: 18
19
+ cache: 'npm'
20
+ cache-dependency-path: '**/package-lock.json'
21
22
- run: npm ci
23
0 commit comments