We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9641172 commit f745269Copy full SHA for f745269
.github/workflows/run-tests.yml
@@ -72,7 +72,9 @@ jobs:
72
env:
73
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
74
run: |
75
- npm i -g netlify-cli
+ # TODO(serhalp) Unpin version once
76
+ # https://netlify.slack.com/archives/C07686YAY13/p1718139257978049 is resolved.
77
+ npm i -g [email protected]
78
netlify login
79
- name: Get installed Playwright version
80
id: playwright-version
@@ -206,7 +208,9 @@ jobs:
206
208
207
209
210
211
212
213
214
215
- name: Resolve Next.js version
216
id: resolve-next-version
0 commit comments