Skip to content

Commit

Permalink
chore: make yarn install immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminfirdows committed Feb 7, 2024
1 parent f4cddcd commit 36bb876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Build
run: yarn install && yarn build
run: yarn install --immutable && yarn build

- name: Set up .npmrc file for authentication
run: echo "registry=https://registry.npmjs.org/" >> .npmrc && echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> .npmrc
Expand Down

0 comments on commit 36bb876

Please sign in to comment.