Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Added v22.x for the workflow test harness
  • Loading branch information
jas- committed Jul 24, 2024
1 parent 05a82b3 commit a51be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a51be5e

Please sign in to comment.