diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ca4d7ba..c7d4430 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -24,7 +24,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Use pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - run: pnpm install --no-frozen-lockfile - run: pnpm lint - run: pnpm test diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index ddb5eb6..139827a 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -27,7 +27,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Use pnpm and install dependencies - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 - run: pnpm install --no-frozen-lockfile