Skip to content

Commit 47a84a7

Browse files
authored
fix a typo in the e2e workflow (#1054)
1 parent 0d5a9de commit 47a84a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
version: 9
9494

95-
- name: Set up NodeJS v18
95+
- name: Set up NodeJS
9696
uses: actions/setup-node@v4
9797
with:
9898
cache: pnpm # cache pnpm store

0 commit comments

Comments
 (0)