Skip to content

Commit 36bb876

Browse files
committed
chore: make yarn install immutable
1 parent f4cddcd commit 36bb876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: ${{ runner.os }}-yarn-
2929

3030
- name: Build
31-
run: yarn install && yarn build
31+
run: yarn install --immutable && yarn build
3232

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

0 commit comments

Comments
 (0)