We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01f393 commit 345b7baCopy full SHA for 345b7ba
circle.yml
@@ -9,8 +9,8 @@ orbs:
9
executors:
10
mac:
11
macos:
12
- xcode: "14.3.1"
13
- resource_class: macos.m1.medium.gen1
+ xcode: "16.4.0"
+ resource_class: m4pro.medium
14
15
jobs:
16
mac-test:
@@ -20,6 +20,13 @@ jobs:
20
21
steps:
22
- checkout
23
+ - run:
24
+ name: Install Node.js
25
+ command: |
26
+ nvm --version
27
+ nvm install 24.11.0
28
+ nvm use 24.11.0
29
+ nvm alias default 24.11.0
30
- run: npm ci
31
- run: npm install cypress
32
- run: npm run cypress:info
@@ -30,7 +37,7 @@ jobs:
37
linux-test:
38
docker:
39
# find Docker image at https://github.com/cypress-io/cypress-docker-images
33
- - image: cypress/base:18.16.1
40
+ - image: cypress/base:24.11.0
34
41
35
42
working_directory: ~/repo
36
43
0 commit comments