Skip to content

Commit 345b7ba

Browse files
committed
chore: update mac xcode and base image to latest node LTS
1 parent f01f393 commit 345b7ba

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

circle.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ orbs:
99
executors:
1010
mac:
1111
macos:
12-
xcode: "14.3.1"
13-
resource_class: macos.m1.medium.gen1
12+
xcode: "16.4.0"
13+
resource_class: m4pro.medium
1414

1515
jobs:
1616
mac-test:
@@ -20,6 +20,13 @@ jobs:
2020

2121
steps:
2222
- 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
2330
- run: npm ci
2431
- run: npm install cypress
2532
- run: npm run cypress:info
@@ -30,7 +37,7 @@ jobs:
3037
linux-test:
3138
docker:
3239
# 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
3441

3542
working_directory: ~/repo
3643

0 commit comments

Comments
 (0)