Add pnpm setup to Github Actions

This commit is contained in:
Soitora 2023-08-08 21:05:58 +02:00
parent b253030242
commit f43fecf7ec
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -32,6 +32,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup Pnpm
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v3
with: