Skip to content

Commit f8cb02e

Browse files
committed
make yarn install fail if lockfile requires changes
1 parent f0ee6c1 commit f8cb02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: "${{ steps.nodenv.outputs.node-version }}"
2020
# # Yarn will also have been installed by actions/setup-node@v1
21-
- run: yarn install
21+
- run: yarn install --immutable
2222
- run: yarn checkFormatting
2323
- run: yarn workspace shared build
2424
- run: yarn workspace server build

0 commit comments

Comments
 (0)