From 26e5ff26828f8584da2d4356df85baa279e97db8 Mon Sep 17 00:00:00 2001 From: Nicolas MARTEAU Date: Mon, 29 Jul 2024 20:32:54 +0200 Subject: [PATCH] chore: update node engine 20.x to 18.x --- npm/package.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npm/package.json b/npm/package.json index ed75779..aca492c 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,10 +1,10 @@ { "name": "@myunisoft/heif-converter-ws", - "version": "0.0.4", "private": "true", "workspaces": [ "linux-x64", "linuxmusl-x64", - "win32-x64" + "win32-x64", + "win32-ia32" ] } \ No newline at end of file diff --git a/package.json b/package.json index 99ba297..9e7fbba 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "jpg" ], "engines": { - "node": ">=20.x" + "node": ">=18.x" }, "gypfile": true, "repository": {