Skip to content

Commit 57063ea

Browse files
committed
test: pin netlify-cli
1 parent 4bd1abb commit 57063ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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.38.1
3333
- run: npm ci
3434
- run: cd plugin && npm ci && npm run build
3535
- run: npm test
@@ -56,7 +56,7 @@ jobs:
5656
key:
5757
macOS-build-${{ env.cache-name }}-${{
5858
hashFiles('plugin/test/fixtures/**/package.json') }}-node-modules
59-
- run: npm install -g netlify-cli
59+
- run: npm install -g netlify-cli@17.38.1
6060
- run: npm ci
6161
- run: cd plugin && npm ci && npm run build
6262
- run: npm test

0 commit comments

Comments
 (0)