Skip to content

Commit

Permalink
chore: turn off recursive install on every setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed May 21, 2024
1 parent 49caf99 commit 77861a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: 18.18.2
pnpm-version: 8.15.7
pnpm-recursive: false
# RUN LINT CHECK
- name: Lint Check
run: markdownlint --config .markdownlint.yaml --ignore-path .markdownlintignore '**/*.mdx'
Expand All @@ -54,6 +55,7 @@ jobs:
with:
node-version: 18.18.2
pnpm-version: 8.15.7
pnpm-recursive: false
- uses: dtolnay/rust-toolchain@stable

# INSTALLATIONS
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: 18.18.2
pnpm-version: 8.15.7
pnpm-recursive: false
- run: pnpm audit --prod

lint:
Expand All @@ -43,6 +44,6 @@ jobs:
with:
node-version: 18.18.2
pnpm-version: 8.15.7

pnpm-recursive: false
- name: Run lint
run: pnpm check:prod
2 changes: 1 addition & 1 deletion .github/workflows/update-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
with:
node-version: 18.18.2
pnpm-version: 8.15.7

pnpm-recursive: false
- name: Run Script
run: pnpm docs:update:nightly --from-workflow

0 comments on commit 77861a9

Please sign in to comment.