Merge pull request #3972 from thornbill/node-16

Upgrade to node 16
This commit is contained in:
Bill Thornton
2022-09-30 15:43:53 -04:00
committed by GitHub
8 changed files with 12 additions and 7 deletions
+2
View File
@@ -135,6 +135,8 @@
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}