Skip to content

Commit

Permalink
Update supported Node.js versions in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Oct 20, 2024
1 parent e32de6f commit 5a8c8d2
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 @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x, 23.x]

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

0 comments on commit 5a8c8d2

Please sign in to comment.