Skip to content

Commit 80352ee

Browse files
committed
build(workflows): use yarn immutable
1 parent 58dbc1d commit 80352ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: '16.x'
2020
- name: Build
2121
run: |
22-
yarn install --frozen-lockfile
22+
yarn install --immutable
2323
cd lib
2424
yarn build
2525
cd ..
@@ -54,6 +54,6 @@ jobs:
5454
run: |
5555
git config --global user.email "[email protected]"
5656
git config --global user.name "sjwall"
57-
yarn install --frozen-lockfile
57+
yarn install --immutable
5858
cd doc
5959
yarn deploy

0 commit comments

Comments
 (0)