diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f7a6a023e..ff77b6858c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '18.x' # You might need to adjust this value to your own version