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 2ad035a commit ea2f6c0Copy full SHA for ea2f6c0
.github/workflows/prod-deploy.yml
@@ -36,7 +36,6 @@ jobs:
36
uses: actions/setup-node@v4
37
with:
38
node-version-file: '.nvmrc'
39
- cache: npm
40
41
- name: Install all npm packages
42
run: npm ci
.github/workflows/stage-deploy.yml
@@ -35,7 +35,6 @@ jobs:
35
0 commit comments