diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index c2abc97..a0f86d0 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: "20.x" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package.json b/package.json index b4729e4..1acfe52 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ] }, "engines": { - "node": ">=18", + "node": ">=20", "npm": ">=9" }, "release": {