Skip to content

Commit

Permalink
chore!: drop support for node < 12
Browse files Browse the repository at this point in the history
and use upcoming node LTS version 16
  • Loading branch information
ernscht committed Oct 23, 2021
1 parent ce4a71a commit 5379877
Show file tree
Hide file tree
Showing 4 changed files with 10,148 additions and 1,800 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
16.12.0
Loading

0 comments on commit 5379877

Please sign in to comment.