diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64d9aff..fd0804f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,11 @@ jobs: with: fetch-depth: 0 + steps: + - uses: pnpm/action-setup@v5 + with: + version: 10 + - name: Set node uses: actions/setup-node@v6 with: @@ -25,6 +30,6 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - - run: npm install - - run: npm run build + - run: pnpm install + - run: pnpm build - run: npm publish \ No newline at end of file