Skip to content

Commit

Permalink
feat: deprecate node 10 support, support node 16 (BREAKING)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed May 3, 2021
1 parent 5130e43 commit 77f19c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ 15, 14, 12, 10 ]
node-version: [ 16, 14, 12 ]

steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:

strategy:
matrix:
node-version: [ 14 ]
node-version: [ 16 ]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
},
"support": true,
"engines": {
"node": "^14 || ^12 || ^10"
"node": "^16 || ^14 || ^12"
}
}

0 comments on commit 77f19c1

Please sign in to comment.