diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18903361..ded8ecae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: - next permissions: contents: read + id-token: write jobs: test-node: runs-on: ubuntu-latest diff --git a/package.json b/package.json index 0bc5eb30..797db2c8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "semantic-release": "^25.0.1" }, "engines": { - "node": ">=22.20.0" + "node": ">=22.21.0" }, "repository": { "type": "git",