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 8b96230 commit f1d0c20Copy full SHA for f1d0c20
.github/workflows/deploy.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/setup-node@v4
36
with:
37
node-version-file: ".nvmrc"
38
+ package-manager-cache: false
39
- run: npm i
40
- run: npm run build
41
0 commit comments