Skip to content

Commit

Permalink
feat: Add support for Node 16, 18, remove support for Node 12, 15 (#189)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removes support for Node 12 and 15 which have reached their End-of-Life date and are not officially maintained anymore.
  • Loading branch information
mtrezza authored Apr 21, 2023
1 parent 7c05af7 commit 993534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '12', '14', '15' ]
node: [ '14', '16', '18' ]
timeout-minutes: 30
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down

0 comments on commit 993534c

Please # to comment.