Skip to content

Commit e601f51

Browse files
Bump node.js to 18
1 parent 5b07e59 commit e601f51

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
steps:
4141
- checkout
4242
- run:
43-
name: Install node 16
44-
command: nvm install 16.16.0
43+
name: Install node 18
44+
command: nvm install 18.16.1
4545
- run:
46-
name: Use node 16
47-
command: nvm use 16.16.0
46+
name: Use node 18
47+
command: nvm use 18.16.1
4848
- run:
4949
name: Install deps for code coverage
5050
command: npm ci
@@ -87,7 +87,7 @@ jobs:
8787

8888
cyrun:
8989
docker:
90-
- image: cypress/base:16.18.1
90+
- image: cypress/base:18.16.1
9191
parameters:
9292
jobname:
9393
type: string
@@ -113,7 +113,7 @@ jobs:
113113

114114
test-code-coverage-plugin:
115115
docker:
116-
- image: cypress/base:16.18.1
116+
- image: cypress/base:18.16.1
117117
steps:
118118
- attach_workspace:
119119
at: ~/

0 commit comments

Comments
 (0)