Skip to content

Commit 8f94f01

Browse files
committed
ci: update node version for workflows
1 parent 5d8608c commit 8f94f01

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 22
34+
node-version: 25
3535

3636
- name: Install dependencies
3737
run: npm install

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version: 22
34+
node-version: 25
3535

3636
- name: Install dependencies
3737
run: npm install

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Unit tests
3131
strategy:
3232
matrix:
33-
node-version: [18, 20, 22]
33+
node-version: [22, 24, 25]
3434
os: [ubuntu-latest, macos-latest, windows-latest]
3535
fail-fast: false
3636

@@ -108,7 +108,7 @@ jobs:
108108
(github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]')
109109
strategy:
110110
matrix:
111-
node-version: [18, 20, 22]
111+
node-version: [22, 24, 25]
112112
os: [ubuntu-latest, macos-latest, windows-latest]
113113
fail-fast: false
114114
permissions:
@@ -250,7 +250,7 @@ jobs:
250250
- name: Setup Node.js
251251
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
252252
with:
253-
node-version: 22
253+
node-version: 25
254254

255255
- name: Install dependencies
256256
run: npm ci

0 commit comments

Comments
 (0)