From b063eb924c66d3a608905aaa04885f579ada1583 Mon Sep 17 00:00:00 2001 From: v1rtl Date: Fri, 6 Dec 2024 21:46:42 +0200 Subject: [PATCH] set engines for the package and bump node version --- .github/workflows/publish.yml | 2 +- components/package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba1bfee7..4028de4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v4 with: diff --git a/components/package.json b/components/package.json index e8566c93..1cbf16f7 100644 --- a/components/package.json +++ b/components/package.json @@ -22,6 +22,9 @@ "files": [ "dist" ], + "engines": { + "node": ">=20" + }, "repository": "ensdomains/thorin", "license": "MIT", "scripts": {