Skip to content

Commit 54c8628

Browse files
committed
Update Node.js version to 24 in workflows
1 parent aceaa69 commit 54c8628

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: actions/setup-node@v6
2525
with:
26-
node-version: '22'
26+
node-version: '24'
2727
registry-url: 'https://registry.npmjs.org'
2828
- run: npm install -g npm
2929
- run: npm --version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6
2020
- uses: actions/setup-node@v6
2121
with:
22-
node-version: 22
22+
node-version: 24
2323
- run: npm ci
2424
- name: Create Release Pull Request
2525
uses: changesets/action@v1

.github/workflows/run-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version:
18-
- '20.x'
18+
- '24.x'
1919
- '25.x'
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)