Skip to content

Commit 57f3cf2

Browse files
authored
chore: bump to node 24 on ci (#1242)
bump
1 parent a3c4872 commit 57f3cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
description: node version to install
1010
# Use pre-installed Node version in Ubuntu 22.04 runner
1111
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md
12-
default: 22.18.0
12+
default: 24.13.0
1313
windows-fix:
1414
required: false
1515
description: https://github.com/actions/setup-node/issues/899#issuecomment-1837381044

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
3030
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
3131
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
32-
NPM_TOKEN: '' # https://github.com/changesets/changesets/issues/1152#issuecomment-3765490009
32+
NPM_TOKEN: "" # https://github.com/changesets/changesets/issues/1152#issuecomment-3765490009
3333
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)