Skip to content

Commit

Permalink
Change node build targets to latest LTS and current
Browse files Browse the repository at this point in the history
As detailed on https://github.com/nodejs/release#release-schedule, the
release schedule has changed since this node.js.yml workflow has last
been touched. 18.x will expire in October this year 2023. 14.x has been
EOL'd in 2021-10-19.
  • Loading branch information
justuswilhelm committed Sep 28, 2023
1 parent 34cb84b commit 7c55d8d
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:
node-version: [14.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 7c55d8d

Please sign in to comment.