Install yarn and pnpm on test

This commit is contained in:
Han Yeong-woo 2023-09-19 03:51:27 +09:00
parent 50b529e7b8
commit f0cc3efccf
No known key found for this signature in database
GPG key ID: A46E340CB4E4D6AD

View file

@ -130,6 +130,9 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: deploy --dry-run
- name: Install yarn
run: npm i -g yarn
- name: Support yarn package manager
uses: ./
with:
@ -138,6 +141,9 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: deploy --dry-run
- name: Install pnpm
run: npm i -g pnpm
- name: Support pnpm package manager
uses: ./
with: