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 dda67a7 commit 25b6eaeCopy full SHA for 25b6eae
.github/workflows/release-please.yml
@@ -23,8 +23,6 @@ jobs:
23
config-file: release-please-config.json
24
manifest-file: .release-please-manifest.json
25
26
- # cspell:ignore noreply googleapis
27
-
28
publish:
29
runs-on: ubuntu-latest
30
needs:
@@ -38,10 +36,12 @@ jobs:
38
36
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39
37
with:
40
ref: ${{ needs.release-please.outputs.tag_name }}
41
- - name: Setup
42
- uses: ./.github/actions/setup
+
+ - name: Use Node.js
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
43
44
- node-version: 22.x
+ registry-url: 'https://registry.npmjs.org'
+ node-version: 24.x
45
46
- run: npm ci
47
0 commit comments