Install pnpm

pull/466/head
yuhan6665 2024-01-31 23:25:10 -05:00
parent 181e5815d9
commit bc781a4021
1 changed files with 2 additions and 1 deletions

View File

@ -14,9 +14,10 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install yarn
- name: Install yarn and pnpm
run: |
npm install yarn@1.22.19 -g
npm install -g pnpm
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT