Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
operating-system: [ubuntu-latest, windows-2019, macos-latest]
node-version: [20.x, 24.x]
operating-system: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Harden Runner
Expand Down
Loading