diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b0855d..ee71a54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: # fetch full history so things like auto-changelog work properly fetch-depth: 0 - name: Use Node.js ${{ env.node_version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.node_version }} # setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED