bump engines.node so all actions run with the same version

This commit is contained in:
Jacob Overgaard
2023-03-22 15:53:27 +01:00
parent f062d5cabb
commit 2584917d47

View File

@@ -55,7 +55,7 @@
"check": "npm run lint && npm run compile && npm run build-storybook"
},
"engines": {
"node": ">=18.14 <19",
"node": ">=18.15 <19",
"npm": ">=9.5 < 10"
},
"dependencies": {