We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fb652 commit 5d96a8eCopy full SHA for 5d96a8e
.github/workflows/refresh-set-ci.yml
@@ -26,6 +26,6 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'yarn'
29
- - run: yarn
+ - run: yarn --frozen-lockfile
30
- run: yarn build
31
- run: yarn test
.github/workflows/refresh-set-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v4
16
17
node-version: 20
18
19
20
21
publish:
@@ -27,7 +27,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn npm publish
32
env:
33
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments