Skip to content

Commit 6039252

Browse files
authored
feat: Add support for Node 16, 18 (#42)
BREAKING CHANGE: Removes support for Node 12, 15.
1 parent aa5e42f commit 6039252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ on:
88
- '**'
99
jobs:
1010
test:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ '12', '14', '15' ]
14+
node: [ '14', '16', '18' ]
1515
timeout-minutes: 30
1616
env:
1717
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)