Skip to content

Commit 12f531b

Browse files
authored
chore: test maintained Node.js releases (#149)
1 parent b7ca17f commit 12f531b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
node-version: [20, 22]
22+
node-version: [22, 24, 26]
2323

2424
steps:
2525
- name: Checkout code

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 24
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn install
1818
- run: yarn dev:build

.github/workflows/release-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: 24
5656
registry-url: https://registry.npmjs.org/
5757

5858
- name: Install dependencies

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nodejs 22.15.1
1+
nodejs 24.19.0
22
yarn 1.22.19

0 commit comments

Comments
 (0)