Avoid Node 17 for now

(re: #6014)
This commit is contained in:
Bryan Housel 2022-01-06 00:01:55 -05:00
parent 4ec84cae8b
commit 4a0ae90eb3
2 changed files with 2 additions and 1 deletions

1
.npmrc
View file

@ -1 +1,2 @@
node-options="--no-warnings --experimental-json-modules"
engine-strict=true

View file

@ -137,6 +137,6 @@
"xmlbuilder2": "^3.0.1"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^12.20.0 || ^14.13.1 || ^16.0.0"
}
}