Skip to content

Commit 147db2a

Browse files
authored
feat: update default node.js to 22.15.0 (#519)
BREAKING CHANGE: Update default Node.js from 18.16.1 to 22.15.0 circleci/node from 6 to 7 Also update circleci/browser-tools from 1.5.1 to 1.5.3
1 parent 5f2b796 commit 147db2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/@orb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ display:
99

1010
# if our orb requires other orbs, we can import them like this. Otherwise remove the "orbs" stanza.
1111
orbs:
12-
node: circleci/node@6
13-
browser-tools: circleci/[email protected].1
12+
node: circleci/node@7
13+
browser-tools: circleci/[email protected].3

src/executors/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >
33
parameters:
44
node-version:
55
type: string
6-
default: "18.16.1" # keep in sync with jobs/run.yml
6+
default: "22.15.0" # keep in sync with jobs/run.yml
77
description: >
88
The version of Node to run your tests with.
99
docker:

src/jobs/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ parameters:
7070
(requires `parallel` and `record` flags in your `cypress-command`)
7171
node-version:
7272
type: string
73-
default: "18.16.1" # keep in sync with executors/default.yml
73+
default: "22.15.0" # keep in sync with executors/default.yml
7474
description: >
7575
The version of Node to run your tests with.
7676
skip-checkout:

0 commit comments

Comments
 (0)