We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 156af72 + 8e0cada commit d6885eaCopy full SHA for d6885ea
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [12, 14, 16]
+ node-version: [14, 16]
15
steps:
16
- uses: actions/checkout@v2
17
- name: Node.js ${{ matrix.node-version }}
package.json
@@ -37,7 +37,8 @@
37
"eslint": "$(npm bin)/eslint ."
38
},
39
"engines": {
40
- "node": "^12.22.1 || ^14.17.0 || ^16.13.0"
+ "node": "^14.17.0 || ^16.13.0",
41
+ "cli": "^1.17.0"
42
43
"dependencies": {
44
"bluebird": "^3.7.0",
0 commit comments