Update pnpm version in workflows

This commit is contained in:
AnimeDL 2023-07-14 17:39:35 -07:00
parent ae2c9eedb3
commit f73172b056
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.6.6
- name: Use Node.js 16
uses: actions/setup-node@v3
with:

View file

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.6.6
- name: Set up Node.js
uses: actions/setup-node@v3
with: