Skip to content

Commit 9ccf609

Browse files
committed
drop node.js 10 and 12 support
1 parent 54c63ba commit 9ccf609

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
3-
- nodejs_version: '10'
4-
- nodejs_version: '12'
53
- nodejs_version: '14'
4+
- nodejs_version: '16'
5+
- nodejs_version: '18'
66
install:
77
- ps: Install-Product node $env:nodejs_version
88
- npm i -g pnpm@latest-5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"typescript": "^4.9.5"
4747
},
4848
"engines": {
49-
"node": ">=10.13"
49+
"node": ">=14.6"
5050
},
5151
"mos": {
5252
"plugins": [

0 commit comments

Comments
 (0)