We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7910629 commit 5145294Copy full SHA for 5145294
2 files changed
.ci-templates/test.yml
@@ -4,7 +4,7 @@
4
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript?WT.mc_id=generatorngxrocket-github-yolasors
5
6
parameters:
7
- nodeVersions: ['10.x', '>=12.x']
+ nodeVersions: ['12.x', '>=14.x']
8
operatingSystems: ['ubuntu-latest', 'macos-latest', 'windows-latest']
9
testCases: []
10
package.json
@@ -84,7 +84,7 @@
84
"xo": "^0.33.1"
85
},
86
"engines": {
87
- "node": ">=10.9.0",
+ "node": ">=12.0.0",
88
"npm": ">=5.2"
89
90
"xo": {
0 commit comments