Skip to content

Commit f8067e5

Browse files
committed
ci: disable checks for outdated node_modules on CI
1 parent fc3f037 commit f8067e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup-pnpm/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ runs:
8888
run: |
8989
which curl || (apt-get update && apt-get install -y curl)
9090
91+
- name: Don't check if node_modules are outdated on CI
92+
shell: bash
93+
run: |
94+
export pnpm_config_verify_deps_before_run=false
95+
9196
- name: Install pnpm & node
9297
if: steps.restore-pnpm-cache.outputs.cache-hit != 'true'
9398
shell: bash

0 commit comments

Comments
 (0)