We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c8150 commit 3c6b33eCopy full SHA for 3c6b33e
1 file changed
.github/workflows/ci.yml
@@ -41,14 +41,15 @@ jobs:
41
run: |
42
sudo apt update
43
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
47
- name: Use Node.js ${{ matrix.node }}
48
uses: actions/setup-node@v6
49
with:
50
cache: pnpm
51
node-version: ${{ matrix.node }}
52
check-latest: true
- - name: Enable Corepack
- run: corepack enable
53
- name: Install Dependencies
54
run: pnpm add --global node-gyp && pnpm install --frozen-lockfile
55
- name: Build Test Binary
0 commit comments