Skip to content

Commit 85f9ed0

Browse files
authored
fix: use new CI config (#606)
1 parent 0a3bf5b commit 85f9ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
19-
operating-system: [ubuntu-latest, windows-2019, macos-latest]
18+
node-version: [20.x, 22.x, 24.x]
19+
operating-system: [ubuntu-latest, windows-latest, macos-latest]
2020

2121
steps:
2222
- name: Harden Runner

0 commit comments

Comments
 (0)