Skip to content

Commit 7dd7783

Browse files
authored
test: pin netlify-cli to 17.6.0 (#724)
1 parent 27ebefc commit 7dd7783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
key:
3030
ubuntu-build-${{ env.cache-name }}-${{
3131
hashFiles('plugin/test/fixtures/**/package.json') }}-node-modules
32-
- run: npm install -g netlify-cli
32+
- run: npm install -g netlify-cli@17.6.0
3333
- run: npm ci
3434
- run: cd plugin && npm ci && npm run build
3535
- run: npm test

0 commit comments

Comments
 (0)