Skip to content

Commit 5145294

Browse files
committed
fix: bump min node version to 12
BREAKING CHANGE: Now requires Node >= 12 dues to dependencies update.
1 parent 7910629 commit 5145294

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci-templates/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript?WT.mc_id=generatorngxrocket-github-yolasors
55

66
parameters:
7-
nodeVersions: ['10.x', '>=12.x']
7+
nodeVersions: ['12.x', '>=14.x']
88
operatingSystems: ['ubuntu-latest', 'macos-latest', 'windows-latest']
99
testCases: []
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"xo": "^0.33.1"
8585
},
8686
"engines": {
87-
"node": ">=10.9.0",
87+
"node": ">=12.0.0",
8888
"npm": ">=5.2"
8989
},
9090
"xo": {

0 commit comments

Comments
 (0)