Skip to content

Commit 99ace10

Browse files
committed
fix: update next fork version for e2e
1 parent 78e5c49 commit 99ace10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
NODE_VERSION: 18.16.1
88
PNPM_VERSION: 8.7.1
9-
NEXT_VERSION: v13.5.0-netlify
9+
NEXT_VERSION: v13.5.1-netlify
1010
NEXT_REPO: netlify/next.js
1111
NEXT_TEST_MODE: deploy
1212
TEST_CONCURRENCY: 8
@@ -70,7 +70,7 @@ jobs:
7070
# - name: install chromium
7171
# run: pnpm playwright install chromium
7272

73-
- name: install netlify cli
73+
- name: add netlify cli
7474
run: pnpm add -g netlify-cli
7575

7676
- name: run tests

0 commit comments

Comments
 (0)