Skip to content

Commit f77d30d

Browse files
committed
Update ci.yml
1 parent 5f5e72f commit f77d30d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ jobs:
1717
uses: actions/setup-node@v2
1818
with:
1919
node-version: '20'
20-
20+
2121
- name: Install pnpm
2222
run: npm install -g pnpm
2323

24+
- name: Set up pnpm global bin directory
25+
run: |
26+
pnpm setup
27+
export PNPM_HOME=$(pnpm config get PNPM_HOME)
28+
export PATH=$PNPM_HOME:$PATH
29+
2430
- name: Install and build plugins
2531
run: |
2632
mkdir -p dist/plugins

0 commit comments

Comments
 (0)