Skip to content

Commit 4eda327

Browse files
chore: update dependency node to v24
1 parent fa1fac8 commit 4eda327

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Trusted Publishing requires Node >=22.14 and npm >=11.5.1. Pin a
5151
# concrete >=22.14 version so the floor can't regress via runner
5252
# installer changes.
53-
node-version: 22.14.0
53+
node-version: 24.18.0
5454
registry-url: "https://registry.npmjs.org"
5555
- name: Run install
5656
run: yarn install --frozen-lockfile

.github/workflows/release_alpha_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 22.14.0
30+
node-version: 24.18.0
3131
- name: Set up git user
3232
run: |
3333
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)