Skip to content

Commit 06213df

Browse files
committed
Pin Netlify CLI
Pending fix for netlify/cli#6841
1 parent 7860e8a commit 06213df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
name: "build-output"
4545
path: "lib/"
46-
- run: "npm install --global netlify-cli"
46+
- run: "npm install --global netlify-cli@17.36.1"
4747
- run: "netlify deploy --dir . --prod true"
4848
env:
4949
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)