From 852c9bd97c32430fe9b91ffcb4061091fafeccc8 Mon Sep 17 00:00:00 2001 From: cnouguier Date: Thu, 18 Jul 2024 13:11:54 +0200 Subject: [PATCH] ci: Use Node 20 in CI and provide additional tests for Node 22 #16 [additional tests] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19aa9e7..0f4daa0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/kalisio/feathers-s3/issues" }, "engines": { - "node": ">= 16.0.0" + "node": ">= 18.0.0" }, "scripts": { "publish": "git push origin --tags && git push origin",