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.
1 parent f14e2f0 commit 9ff3ed1Copy full SHA for 9ff3ed1
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -132,6 +132,9 @@
132
"typescript": "^4.3.5",
133
"webpack": "^5.44.0"
134
},
135
+ "engines": {
136
+ "node": ">=18.0.0"
137
+ },
138
"lint-staged": {
139
"*.js": "eslint --report-unused-disable-directives",
140
"**/*": "prettier --write --ignore-unknown"
0 commit comments