diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16ea179..6c09d15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,13 +15,16 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - - name: Setup Node.js 20.x + - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 20.9.0 + + - name: Clear pnpm cache + run: pnpm store prune - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v4.0.0 with: version: 9.6.0