Skip to content

Commit 2cb12ab

Browse files
committed
ci: update node.js test strategy to v22 and v24
1 parent 5ee1bfc commit 2cb12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
os: [macos-latest, windows-latest, ubuntu-latest]
4949
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
50-
node-version: [20.x, 22.x]
50+
node-version: [22.x, 24.x]
5151

5252
runs-on: ${{ matrix.os }}
5353

0 commit comments

Comments
 (0)