chore: use pnpm/action-setup instead of manual pnpm install

This commit is contained in:
Andrew Bastin
2022-06-08 12:19:47 +05:30
parent 1f536eeedd
commit a91a8ba575

View File

@@ -13,11 +13,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.14.js | node - add --global pnpm@6
- name: Install Dependencies
run: pnpm install
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2
with:
version: 7
run_install: true
- name: Build Site
env: