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 fc3f037 commit f8067e5Copy full SHA for f8067e5
.github/actions/setup-pnpm/action.yml
@@ -88,6 +88,11 @@ runs:
88
run: |
89
which curl || (apt-get update && apt-get install -y curl)
90
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
+
96
- name: Install pnpm & node
97
if: steps.restore-pnpm-cache.outputs.cache-hit != 'true'
98
shell: bash
0 commit comments