Skip to content

Commit 25b6eae

Browse files
authored
fix: Work on NPM Publishing (#730)
1 parent dda67a7 commit 25b6eae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
config-file: release-please-config.json
2424
manifest-file: .release-please-manifest.json
2525

26-
# cspell:ignore noreply googleapis
27-
2826
publish:
2927
runs-on: ubuntu-latest
3028
needs:
@@ -38,10 +36,12 @@ jobs:
3836
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3937
with:
4038
ref: ${{ needs.release-please.outputs.tag_name }}
41-
- name: Setup
42-
uses: ./.github/actions/setup
39+
40+
- name: Use Node.js
41+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4342
with:
44-
node-version: 22.x
43+
registry-url: 'https://registry.npmjs.org'
44+
node-version: 24.x
4545

4646
- run: npm ci
4747

0 commit comments

Comments
 (0)