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 54c63ba commit 9ccf609Copy full SHA for 9ccf609
appveyor.yml
@@ -1,8 +1,8 @@
1
environment:
2
matrix:
3
- - nodejs_version: '10'
4
- - nodejs_version: '12'
5
- nodejs_version: '14'
+ - nodejs_version: '16'
+ - nodejs_version: '18'
6
install:
7
- ps: Install-Product node $env:nodejs_version
8
- npm i -g pnpm@latest-5
package.json
@@ -46,7 +46,7 @@
46
"typescript": "^4.9.5"
47
},
48
"engines": {
49
- "node": ">=10.13"
+ "node": ">=14.6"
50
51
"mos": {
52
"plugins": [
0 commit comments