From 6d72bde11e9bc67f02f8bfbeb8bc7acafe42ee49 Mon Sep 17 00:00:00 2001 From: Sibin Grasic Date: Sun, 22 Sep 2024 00:11:03 +0200 Subject: [PATCH] chore(Deps): Sorted version constraints --- .github/workflows/test.yml | 5 +++-- package.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6b94fd67..64918ca02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,8 +21,9 @@ jobs: strategy: matrix: node-version: - - 18.0.0 - - 19 + - 20.8.1 + - 20 + - 21 runs-on: ubuntu-latest timeout-minutes: 10 diff --git a/package.json b/package.json index 0e70b5280..a5d225ef5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "type": "module", "engines": { - "node": ">= 18" + "node": ">=20.8.1" }, "main": "dist/index.js", "types": "dist/index.d.ts", @@ -68,7 +68,7 @@ "typescript": "5.3.3" }, "peerDependencies": { - "semantic-release": "^21.0.7 || ^22.0.0 || ^23.0.0 || ^24.0.0" + "semantic-release": ">=20.1.0" }, "publishConfig": { "access": "public",