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 27ebefc commit 7dd7783Copy full SHA for 7dd7783
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
key:
30
ubuntu-build-${{ env.cache-name }}-${{
31
hashFiles('plugin/test/fixtures/**/package.json') }}-node-modules
32
- - run: npm install -g netlify-cli
+ - run: npm install -g netlify-cli@17.6.0
33
- run: npm ci
34
- run: cd plugin && npm ci && npm run build
35
- run: npm test
0 commit comments