Ensure deployment always has latest state including assets
Use existing nix shell within deployment. Clean everything and ensure assets are compiled. yarn now used nodejs 18, raise the version in our file as we are compatible.
This commit is contained in:
parent
ead6c4f530
commit
d1ae3ae89c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"watch": "gulp watch"
|
"watch": "gulp watch"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.*"
|
"node": "18.*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
|
|
Loading…
Reference in a new issue