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.
2 parents b34a61a + d4d62eb commit 96c7d4aCopy full SHA for 96c7d4a
.github/workflows/publish.yml
@@ -57,6 +57,9 @@ jobs:
57
cache: 'pnpm'
58
registry-url: 'https://registry.npmjs.org'
59
60
+ - name: Update npm
61
+ run: npm install -g npm@latest
62
+
63
- run: pnpm install --frozen-lockfile
64
65
- run: pnpm dlx nx-cloud start-ci-run --distribute-on=".nx/workflows/dynamic-changesets.yml" --stop-agents-after="e2e-ci" --with-env-vars="CODECOV_TOKEN"
@@ -179,6 +182,9 @@ jobs:
179
182
node-version-file: '.node-version'
180
183
181
184
185
186
187
188
189
190
0 commit comments