Skip to content

Commit d6885ea

Browse files
authored
Merge pull request #143 from eexit/drop-node-12
Drop NodeJS 12 support
2 parents 156af72 + 8e0cada commit d6885ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12, 14, 16]
14+
node-version: [14, 16]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Node.js ${{ matrix.node-version }}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"eslint": "$(npm bin)/eslint ."
3838
},
3939
"engines": {
40-
"node": "^12.22.1 || ^14.17.0 || ^16.13.0"
40+
"node": "^14.17.0 || ^16.13.0",
41+
"cli": "^1.17.0"
4142
},
4243
"dependencies": {
4344
"bluebird": "^3.7.0",

0 commit comments

Comments
 (0)