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 ffd2217 commit 98d7a1aCopy full SHA for 98d7a1a
.github/workflows/deploy-docs.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-node@v3
17
with:
18
node-version: 22
19
+ cache: "npm"
20
+ cache-dependency-path: "documentations/react/package-lock.json"
21
22
- run: npm ci
23
0 commit comments