There was an error while loading. Please reload this page.
1 parent 78422d4 commit 0eb1a46Copy full SHA for 0eb1a46
2 files changed
.github/workflows/release_alpha.yml
@@ -50,7 +50,7 @@ jobs:
50
# Trusted Publishing requires Node >=22.14 and npm >=11.5.1. Pin a
51
# concrete >=22.14 version so the floor can't regress via runner
52
# installer changes.
53
- node-version: 22.14.0
+ node-version: 24.18.0
54
registry-url: "https://registry.npmjs.org"
55
- name: Activate npm via corepack
56
# Node 22 ships npm 10.x; Trusted Publishing needs >=11.5.1. corepack
.github/workflows/release_alpha_prepare.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
- uses: actions/setup-node@v4
29
with:
30
31
- name: Set up git user
32
run: |
33
git config user.name "github-actions[bot]"
0 commit comments