fix pnpm gh action

This commit is contained in:
Keksi 2023-06-11 21:24:31 +02:00
parent 83c43b5c45
commit 652b16da77

View File

@ -17,6 +17,9 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 16