We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b57b99 commit 42d8ff9Copy full SHA for 42d8ff9
.github/workflows/test-integration.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
deno-version: v1.x
30
- name: Install netlify-cli and npm
31
- run: npm install -g netlify-cli npm
+ run: npm install -g netlify-cli@17.9.0 npm
32
- name: NPM Install
33
run: npm install
34
- name: Run integration tests
0 commit comments