Skip to content

Commit

Permalink
Merge pull request #411 from macbre/ci/update-the-list-of-nodejs-vers…
Browse files Browse the repository at this point in the history
…ions

CI - updated the list of Node.js versions to test against
  • Loading branch information
macbre authored Mar 2, 2023
2 parents 8bb1031 + cff1420 commit 3bca4e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
# https://github.com/nodejs/release#release-schedule
node-version:
- "14.x"
- "16.x"
- "17.x"
- '18.x'
- "14.x" # maintenance
- "16.x" # maintenance
- '18.x' # LTS
- '19.x' # current

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

0 comments on commit 3bca4e6

Please sign in to comment.