Skip to content

Commit 5d96a8e

Browse files
committed
change buildfile
1 parent 77fb652 commit 5d96a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/refresh-set-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'yarn'
29-
- run: yarn
29+
- run: yarn --frozen-lockfile
3030
- run: yarn build
3131
- run: yarn test

.github/workflows/refresh-set-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: yarn
18+
- run: yarn --frozen-lockfile
1919
- run: yarn test
2020

2121
publish:
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
30-
- run: yarn
30+
- run: yarn --frozen-lockfile
3131
- run: yarn npm publish
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)