We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21cf522 commit b896cfeCopy full SHA for b896cfe
2 files changed
.github/workflows/node.js.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node-version: [12.x, 14.x]
+ node-version: [14.x, 16.x]
18
os: [ubuntu-latest, windows-latest]
19
20
steps:
package.json
@@ -39,7 +39,7 @@
39
},
40
"engineStrict": true,
41
"engines": {
42
- "node": ">=12"
+ "node": "^14.18 || ^16.13 || >=18"
43
44
"main": "src/index.js",
45
"files": [
0 commit comments