Skip to content

Commit 913f2ae

Browse files
committed
Update Node.js version to 25.9.x in build and publish workflows
1 parent 2e18e69 commit 913f2ae

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: '24.x'
20+
node-version: '25.9.x'
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install dependencies
2323
run: npm ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: '24.x'
27+
node-version: '25.9.x'
2828
registry-url: 'https://registry.npmjs.org'
2929
- name: Install dependencies
3030
run: npm ci

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[tools]
2+
node = "25.9.0"
23
ruby = "latest"

0 commit comments

Comments
 (0)