Skip to content

Commit 3d36876

Browse files
authored
ci: update CircleCI config to Node.js 24.11.0 Active LTS (#1000)
1 parent 39c18ec commit 3d36876

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
name: Install Node.js
3131
command: |
3232
nvm --version
33-
nvm install 22
34-
nvm use 22
33+
nvm install 24.11.0
34+
nvm use 24.11.0
3535
- restore_cache:
3636
key: dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
3737

@@ -70,8 +70,8 @@ jobs:
7070
name: Install Node.js
7171
command: |
7272
nvm --version
73-
nvm install 22
74-
nvm use 22
73+
nvm install 24.11.0
74+
nvm use 24.11.0
7575
- restore_cache:
7676
key: dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
7777

@@ -113,8 +113,8 @@ jobs:
113113
name: Install Node.js
114114
command: |
115115
nvm --version
116-
nvm install 22
117-
nvm use 22
116+
nvm install 24.11.0
117+
nvm use 24.11.0
118118
- restore_cache:
119119
key: dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
120120

@@ -150,8 +150,8 @@ jobs:
150150
- run:
151151
name: Install Node.js
152152
command: |
153-
nvm install 22
154-
nvm use 22
153+
nvm install 24.11.0
154+
nvm use 24.11.0
155155
- cypress/install:
156156
post-install: "npm run build"
157157
# show Cypress cache folder and binary versions
@@ -170,7 +170,7 @@ jobs:
170170
parallelism: 3
171171
executor:
172172
name: cypress/default
173-
node-version: '22.20.0'
173+
node-version: '24.11.0'
174174
steps:
175175
- cypress/install:
176176
post-install: 'npm run build'
@@ -192,7 +192,7 @@ jobs:
192192
parallelism: 2
193193
executor:
194194
name: cypress/default
195-
node-version: '22.20.0'
195+
node-version: '24.11.0'
196196
steps:
197197
- cypress/install:
198198
install-browsers: true
@@ -205,7 +205,7 @@ jobs:
205205
parallelism: 2
206206
executor:
207207
name: cypress/default
208-
node-version: '22.20.0'
208+
node-version: '24.11.0'
209209
steps:
210210
- cypress/install:
211211
install-browsers: true
@@ -216,7 +216,7 @@ jobs:
216216
release:
217217
executor:
218218
name: cypress/default
219-
node-version: '22.20.0'
219+
node-version: '24.11.0'
220220
steps:
221221
- checkout
222222
- run: npm ci

0 commit comments

Comments
 (0)