Skip to content

Commit

Permalink
Merge pull request #463 from peterramsing/fix-failing-jobs
Browse files Browse the repository at this point in the history
Fixes versions back to the supported Node versions
  • Loading branch information
peterramsing committed May 7, 2023
2 parents 2b1d4b1 + 158dbec commit 9d4fbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [16.x, 17.x, 18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://endoflife.date/nodejs

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

0 comments on commit 9d4fbf7

Please sign in to comment.