Skip to content

Commit 111c2e5

Browse files
committed
Update node versions in test
1 parent 136a759 commit 111c2e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

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

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x]
17-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16+
node-version: [18.x, 20.x, 22.x, 24.x]
1817

1918
steps:
2019
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)