Skip to content

Commit 9cce984

Browse files
committed
pnpm i is needed
1 parent 73dd02e commit 9cce984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
registry-url: https://registry.npmjs.org
2222
node-version: 20
23-
- run: npm i -g pnpm
23+
- run: npm i -g pnpm && pnpm i
2424
name: Install dependencies
2525
- run: npx @turbo/codemod update . && pnpm update --latest -r
2626
name: Update dependencies

0 commit comments

Comments
 (0)