make github tested workflows and node entines match

This makes the testing framework and the advertised node versions match, one
for one.
This commit is contained in:
Ben West
2022-08-14 09:27:22 -07:00
parent a9dfc76a8c
commit b15e436f1c
+1 -1
View File
@@ -65,7 +65,7 @@
}
},
"engines": {
"node": "^16.x || ^14.x || ^10.22.0 || ^12.18.4"
"node": "^16.x || ^14.x || ^12.x"
},
"dependencies": {
"@babel/core": "^7.11.1",