From 00da98d2b7a0bc348e232d21224b426ed94d9b63 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Thu, 1 Aug 2024 19:14:25 +0900 Subject: [PATCH] CI(GitHub Actions): Use pnpm/action-setup to install pnpm Summary: /shrug that I have to install this. Signed-off-by: Yongmin Hong Test Plan: land and do push again. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D635 --- .github/workflows/npm-pub.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/npm-pub.yml b/.github/workflows/npm-pub.yml index cb3cfd0..b533388 100644 --- a/.github/workflows/npm-pub.yml +++ b/.github/workflows/npm-pub.yml @@ -18,6 +18,8 @@ jobs: steps: - name: 'Checkout' uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 # Setup .npmrc file to publish to npm - name: 'Setup node.js' uses: actions/setup-node@v4 @@ -44,6 +46,8 @@ jobs: steps: - name: 'Checkout' uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 # Setup .npmrc file to publish to npm - name: 'Setup node.js' uses: actions/setup-node@v4