1 parent 6f81297 commit 072ed49Copy full SHA for 072ed49
2 files changed
.github/workflows/build.yml
@@ -16,6 +16,5 @@ jobs:
16
- uses: actions/setup-node@v7
17
with:
18
node-version: 24
19
- registry-url: https://registry.npmjs.org/
20
- run: yarn install
21
- run: yarn build
.github/workflows/release.yml
@@ -25,13 +25,16 @@ jobs:
25
26
27
28
29
30
- run: yarn zx ./release.mjs -v $VERSION_TO_BUMP
31
env:
32
VERSION_TO_BUMP: ${{ inputs.versionToBump }}
33
GH_TOKEN: ${{ github.token }}
34
+ - uses: actions/setup-node@v7
35
+ with:
36
+ node-version: 24
37
+ registry-url: https://registry.npmjs.org/
38
- run: yarn publish
39
40
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments