Skip to content

Commit b7ab970

Browse files
authored
chore: Update Node.js versions in CI workflow
Signed-off-by: Iván Alejandro Marugán <hello@ialejandro.rocks>
1 parent db61dfc commit b7ab970

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/node-lint-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [22, 23]
16+
node-version: [23, 24, 25]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
node-version: [22, 23]
38+
node-version: [23, 24, 25]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
strategy:
5959
matrix:
60-
node-version: [22, 23]
60+
node-version: [23, 24, 25]
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -83,7 +83,7 @@ jobs:
8383
needs: build
8484
strategy:
8585
matrix:
86-
node-version: [22, 23]
86+
node-version: [23, 24, 25]
8787
steps:
8888
- name: Checkout
8989
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)