Skip to content

Commit

Permalink
feat: Add support for Node 16, 18 (#42)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removes support for Node 12, 15.
  • Loading branch information
mtrezza authored Apr 29, 2023
1 parent aa5e42f commit 6039252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
- '**'
jobs:
test:
runs-on: ubuntu-18.04
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 6039252

Please sign in to comment.