diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdc4053..165f739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.KIT_RELEASE_TOKEN }} - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: { node-version: 22 } - run: npm ci # With pending changesets: opens/updates the "Version Packages" PR.