From cfa4dc91fcb89f98d31f9abca371c1617f86dd83 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 17 Jan 2024 03:10:00 +0100 Subject: [PATCH] chore(gitlab-ci): pre-package nodejs_21 for frontend-build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 99293149e..ff4c1520a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ frontend: paths: - .well-known-cache script: - - "nix-shell --command 'make frontend-build'" + - "nix-shell -p nodejs_21 --command 'make frontend-build'" before_script: *nix-before needs: - job: node modules