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 eac5166 commit 321d7beCopy full SHA for 321d7be
.github/workflows/node.js.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: 22.x
23
cache: 'npm'
24
+ cache-dependency-path: ./packages/nextjs-cache-handler/package-lock.json
25
- run: npm ci
26
- run: npm run build --if-present
27
- run: npm test
0 commit comments