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 4bd1abb commit 57063eaCopy full SHA for 57063ea
.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.38.1
33
- run: npm ci
34
- run: cd plugin && npm ci && npm run build
35
- run: npm test
@@ -56,7 +56,7 @@ jobs:
56
57
macOS-build-${{ env.cache-name }}-${{
58
59
60
61
62
0 commit comments