Skip to content

Commit 440bda3

Browse files
committed
install pnpm
1 parent 693cc6c commit 440bda3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
node-version: '20'
5050

5151
- name: Install dependencies
52-
run: pnpm i --frozen-lockfile
52+
run: |
53+
npm install -g pnpm
54+
pnpm install --frozen-lockfile
5355
5456
- name: Lint, Build, and Test All
5557
if: needs.detect-changes.outputs.affected == 'all'

0 commit comments

Comments
 (0)