Skip to content

Commit 356fcd2

Browse files
authored
Merge pull request #80 from bocan/chore/bump-node-in-ci
Update Node.js version in CI workflows to 25.x
2 parents a09378a + a7f6de5 commit 356fcd2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v6
2323
with:
24-
node-version: '24.x'
24+
node-version: '25.x'
2525
cache: 'npm'
2626

2727
- name: Install dependencies
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Node.js
5454
uses: actions/setup-node@v6
5555
with:
56-
node-version: '24.x'
56+
node-version: '25.x'
5757
cache: 'npm'
5858

5959
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: '24'
32+
node-version: '25'
3333
cache: 'npm'
3434

3535
- name: Configure Git

0 commit comments

Comments
 (0)