Skip to content

Commit

Permalink
chore: add support for node 16 and remove support for node 10 and nod…
Browse files Browse the repository at this point in the history
…e 15

BREAKING CHANGE: remove support for node 10 and node 15
  • Loading branch information
gligoran committed May 5, 2021
1 parent 11cb091 commit d00b910
Show file tree
Hide file tree
Showing 3 changed files with 7,976 additions and 11,836 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
strategy:
matrix:
node-version:
- "10"
- "12"
- "14"
- "15"
- "16"
steps:
- uses: actions/checkout@v2
- name: use node ${{ matrix.node-version }}
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
strategy:
matrix:
node-version:
- "12"
- "14"
steps:
- uses: actions/checkout@v2
- name: use node ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit d00b910

Please sign in to comment.