Skip to content

Commit 6ddda7d

Browse files
authored
Merge pull request #2 from gethinode/develop
ci: update nodejs test strategy
2 parents 795f2dd + 2e0eb40 commit 6ddda7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [macos-latest, windows-latest, ubuntu-latest]
16-
node-version: [20.x, 22.x]
16+
node-version: [22.x, 24.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)