diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 206af7a..d97ebf3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: permissions: contents: write + id-token: write jobs: @@ -19,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm i - run: npm test