We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dd02e commit 9cce984Copy full SHA for 9cce984
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
registry-url: https://registry.npmjs.org
22
node-version: 20
23
- - run: npm i -g pnpm
+ - run: npm i -g pnpm && pnpm i
24
name: Install dependencies
25
- run: npx @turbo/codemod update . && pnpm update --latest -r
26
name: Update dependencies
0 commit comments