Skip to content

Commit 98ab263

Browse files
authored
chore: drop node 20, add node 26 to CI matrix, bump .nvmrc to 24 (#701)
* chore: drop node 20 bump nvmrc to 24 * add node 26 to ci matrix * bump setup-node to v6.4.0 in matrix job for node 26 support * mark node 26 as continue-on-error until gha manifest includes it * remove node 26 from matrix until gha runner manifest includes it
1 parent ec7793a commit 98ab263

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
strategy:
5050
max-parallel: 4
5151
matrix:
52-
node-version: [20, 22, 24]
52+
node-version: [22, 24]
5353

5454
steps:
5555
- name: Checkout
5656
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5757

5858
- name: Set up Node ${{ matrix.node-version }}
59-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
59+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6060
with:
6161
node-version: ${{ matrix.node-version }}
6262

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
24

0 commit comments

Comments
 (0)