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 c988cca commit 8f015f3Copy full SHA for 8f015f3
1 file changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
node-version: '18'
73
74
- name: Install Dependencies
75
- run: npm install --no-package-lock
+ run: npm install --no-package-lock --legacy-peer-deps
76
77
- name: Start Nx Agent ${{ matrix.agent }}
78
run: npx nx-cloud start-agent
0 commit comments