diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6502dfa5..456281a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,12 +47,13 @@ jobs: contents: write id-token: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: + ref: 'v9' fetch-depth: 0 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: NPM Setup run: | npm set registry "https://registry.npmjs.org/"