Update to node 20

fix some issues with dockerfiles

combine installation statements into a single layer
This commit is contained in:
Arimil
2023-09-27 23:50:53 -04:00
parent b1847a5fcc
commit 05181616ae
11 changed files with 29 additions and 23 deletions
+2 -2
View File
@@ -150,8 +150,8 @@
"stylelint:scss": "stylelint --config=\".stylelintrc.scss.json\" \"src/**/*.scss\""
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2",
"node": ">=20.7.0",
"npm": ">=10.1.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}