From 360a35f1c490bba848ab26bb60d82c27299fa37f Mon Sep 17 00:00:00 2001 From: DIYgod Date: Mon, 15 Aug 2022 22:30:32 +0100 Subject: [PATCH] chore: fix github actions missing pnpm --- .github/workflows/vuepress-deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 06c2fec..5c03798 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -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: