Skip to content

Commit 65b4b7b

Browse files
committed
Fix missing pnpm
1 parent f9b1647 commit 65b4b7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: node:lts-alpine
12+
image: node:lts-slim
1313
env:
1414
IBM_TELEMETRY_DISABLED: true
1515
steps:
16+
- name: Enable Corepack for pnpm
17+
run: corepack enable
18+
1619
- name: Checkout
1720
uses: actions/checkout@v4
1821

0 commit comments

Comments
 (0)