From d1ae3ae89c69dfae7182a3ba73507ebdfb14bbf1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 29 Sep 2022 14:43:56 +0200 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e421a31..8efcc11 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "watch": "gulp watch" }, "engines": { - "node": "16.*" + "node": "18.*" }, "dependencies": { "bootstrap": "^4.3.1",