Skip to content

Commit 875b5dc

Browse files
authored
ci: use node.js 22 in circleci mac job (#941)
update to [email protected]
1 parent 1362fed commit 875b5dc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ orbs:
1414
executors:
1515
mac:
1616
macos:
17-
xcode: "15.4.0"
17+
xcode: "16.2.0"
1818
resource_class: macos.m1.medium.gen1
1919
browsers:
2020
docker:
@@ -149,6 +149,11 @@ jobs:
149149
mac-test:
150150
executor: mac
151151
steps:
152+
- run:
153+
name: Install Node.js
154+
command: |
155+
nvm install 22
156+
nvm use 22
152157
- cypress/install:
153158
post-install: "npm run build"
154159
# show Cypress cache folder and binary versions

0 commit comments

Comments
 (0)