From 31ad5bdb8faca31275827adfbc38f2cfef6c0b2b Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 31 Oct 2023 16:39:45 +0100 Subject: [PATCH] chore: use exact node 16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 246f7e923..053d4cb44 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ecolyo", "version": "2.6.0", "engines": { - "node": ">=16.0.0" + "node": "16" }, "scripts": { "build": "yarn run build:css && yarn run build:browser", -- GitLab