We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75d5ca commit d16b0e8Copy full SHA for d16b0e8
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 20
+ cache: "npm"
18
- run: npm install --ignore-scripts --no-audit --no-fund
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm run build
0 commit comments