We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1362fed commit 875b5dcCopy full SHA for 875b5dc
.circleci/config.yml
@@ -14,7 +14,7 @@ orbs:
14
executors:
15
mac:
16
macos:
17
- xcode: "15.4.0"
+ xcode: "16.2.0"
18
resource_class: macos.m1.medium.gen1
19
browsers:
20
docker:
@@ -149,6 +149,11 @@ jobs:
149
mac-test:
150
executor: mac
151
steps:
152
+ - run:
153
+ name: Install Node.js
154
+ command: |
155
+ nvm install 22
156
+ nvm use 22
157
- cypress/install:
158
post-install: "npm run build"
159
# show Cypress cache folder and binary versions
0 commit comments