chore: fix github actions missing pnpm

This commit is contained in:
DIYgod 2022-08-15 22:30:32 +01:00
parent 064dccdff3
commit 360a35f1c4
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
name: Build and Deploy
on: [push]
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2.2.2
with:
version: 6.0.2
build-and-deploy:
runs-on: ubuntu-latest
steps: