diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index fd8b65d..e4a64c0 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" cache: "npm" - name: Authenticate with NPM registry run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc diff --git a/package.json b/package.json index d4262ad..c5f84cd 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ ] }, "engines": { - "node": ">=20", + "node": ">=22", "npm": ">=10" }, "release": {