We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b07e59 commit e601f51Copy full SHA for e601f51
.circleci/config.yml
@@ -40,11 +40,11 @@ jobs:
40
steps:
41
- checkout
42
- run:
43
- name: Install node 16
44
- command: nvm install 16.16.0
+ name: Install node 18
+ command: nvm install 18.16.1
45
46
- name: Use node 16
47
- command: nvm use 16.16.0
+ name: Use node 18
+ command: nvm use 18.16.1
48
49
name: Install deps for code coverage
50
command: npm ci
@@ -87,7 +87,7 @@ jobs:
87
88
cyrun:
89
docker:
90
- - image: cypress/base:16.18.1
+ - image: cypress/base:18.16.1
91
parameters:
92
jobname:
93
type: string
@@ -113,7 +113,7 @@ jobs:
113
114
test-code-coverage-plugin:
115
116
117
118
- attach_workspace:
119
at: ~/
0 commit comments