From 297fd6888c8059939dc411acb05f79f5d4eb1e49 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 18 Jan 2024 11:39:46 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bump=20minimum=20Node.js=20versi?= =?UTF-8?q?on=20to=20v20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cbee15e691..b307df7f02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - node: ['16'] + node: ['20'] steps: - name: Checkout the project diff --git a/package.json b/package.json index 6f3ca09eea..6b45b53f46 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "extends @roots/browserslist-config" ], "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "type": "module", "scripts": {