diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84bd38d..e9359aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,16 +20,16 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: "lts/*" - cache: pnpm - registry-url: https://registry.npmjs.org - name: Install pnpm uses: pnpm/action-setup@v2 with: version: 9 run_install: false + - uses: actions/setup-node@v4 + with: + node-version: "lts/*" + cache: pnpm + registry-url: https://registry.npmjs.org - name: Install dependencies run: pnpm install --frozen-lockfile - run: npm audit signatures