From 7f909a6fb4c30e2e355211e25caa8dee3675ebc8 Mon Sep 17 00:00:00 2001 From: Christopher Sherman Date: Thu, 1 Sep 2022 11:57:32 -0400 Subject: [PATCH] workflow/12479 Declaratively enforce Node engine --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index bbdda547..ae0aafe6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ }, "author": "Foundation Yetinauts (https://get.foundation)", "license": "MIT", + "engines": { + "node": ">=12 <=14" + }, "dependencies": { "foundation-sites": "latest", "jquery": "^3.6.0",