Skip to content

Commit 87d06d1

Browse files
committed
Add yarn.lock freeze to the CI pipeline
This avoid issues with minor versions updates hacks.
1 parent 55c430c commit 87d06d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
scope: '@bigmontz'
16-
- run: yarn
16+
- run: yarn install --frozen-lockfile
1717
- run: yarn publish --access=public
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)