Skip to content

Commit 7ad3a0d

Browse files
committed
fix: node.js in iOS job
1 parent 652c0e1 commit 7ad3a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup Node.js
171171
uses: actions/setup-node@v4
172172
with:
173-
node-version: '18'
173+
node-version: '23'
174174
cache: 'pnpm'
175175

176176
- name: Install dependencies

0 commit comments

Comments
 (0)