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 f4cddcd commit 36bb876Copy full SHA for 36bb876
1 file changed
.github/workflows/npm.yml
@@ -28,7 +28,7 @@ jobs:
28
restore-keys: ${{ runner.os }}-yarn-
29
30
- name: Build
31
- run: yarn install && yarn build
+ run: yarn install --immutable && yarn build
32
33
- name: Set up .npmrc file for authentication
34
run: echo "registry=https://registry.npmjs.org/" >> .npmrc && echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
0 commit comments