From 7935aaafc96f7583ab66fa6f5823d0cbb0ee78e3 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Mon, 6 Nov 2023 23:17:24 +0000 Subject: [PATCH] Set engines.node in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 16786ef..f290020 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.", "license": "Apache-2.0", + "private": true, + "engines": { + "node": "20.9.0" + }, "scripts": { "build": "npm run build:clean && npm run build:template && npm run build:static && npm run build:tool", "build:clean": "do-vue clean",