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": {