Skip to content

Commit 5d2a96f

Browse files
committed
fix: update gh actions to use active node releases
1 parent 066f4cb commit 5d2a96f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
version: [14.x, 15.x, 16.x]
16+
version: [20.x, 22.x, 23.x, 24.x]
1717
os: [macos-latest, ubuntu-latest, windows-latest]
1818

1919
steps:
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.version }}
2424

25-
- run: npm test
25+
- run: npm test

0 commit comments

Comments
 (0)