From 7a853335a2176b075d51bdba06ecde1d98b3ca89 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Mon, 9 Oct 2023 19:16:33 +0300 Subject: [PATCH] chore: add Node 20 to CI and package.json (#110) --- .github/workflows/ci.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3170db..7699db4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: true matrix: - nodejs: ['12', '14', '16', '18'] + nodejs: ['12', '14', '16', '18', '20'] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/package-lock.json b/package-lock.json index 230af0b..ea9c094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "webpack-merge": "^5.8.0" }, "engines": { - "node": ">=12.10 <19", + "node": ">=12.10 <=20", "npm": ">=7.0 <10" } }, diff --git a/package.json b/package.json index ce3ec73..5daaab8 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prepare": "npm run build:browser" }, "engines": { - "node": ">=12.10 <19", + "node": ">=12.10 <=20", "npm": ">=7.0 <10" }, "license": "Apache-2.0"