Skip to content

Commit 3c6b33e

Browse files
cursoragentstyfle
andcommitted
Install pnpm before setup-node cache
Co-authored-by: Steven <styfle@users.noreply.github.com>
1 parent 96c8150 commit 3c6b33e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ jobs:
4141
run: |
4242
sudo apt update
4343
sudo apt install -y libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev librsvg2-dev
44+
- uses: pnpm/action-setup@v4
45+
with:
46+
run_install: false
4447
- name: Use Node.js ${{ matrix.node }}
4548
uses: actions/setup-node@v6
4649
with:
4750
cache: pnpm
4851
node-version: ${{ matrix.node }}
4952
check-latest: true
50-
- name: Enable Corepack
51-
run: corepack enable
5253
- name: Install Dependencies
5354
run: pnpm add --global node-gyp && pnpm install --frozen-lockfile
5455
- name: Build Test Binary

0 commit comments

Comments
 (0)