Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 7e1408f

Browse files
committed
use same Node 12 executor
1 parent 65ab637 commit 7e1408f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

circle.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ workflows:
99
# then the workspace will be passed to other jobs
1010
- cypress/install:
1111
name: Install
12+
executor: cypress/base-12
1213
build: npm run transpile
1314
post-steps:
1415
- run:
@@ -37,6 +38,7 @@ workflows:
3738
# react-scripts example with component tests not in "src" folder
3839
# but in "cypress/component" folder
3940
name: Example Component Folder
41+
executor: cypress/base-12
4042
requires:
4143
- Install
4244
# each example installs "cypress-react-unit-test" as a local dependency (symlink)
@@ -49,6 +51,7 @@ workflows:
4951

5052
- cypress/run:
5153
name: Example Webpack options
54+
executor: cypress/base-12
5255
requires:
5356
- Install
5457
# each example installs "cypress-react-unit-test" as a local dependency (symlink)
@@ -61,6 +64,7 @@ workflows:
6164

6265
- cypress/run:
6366
name: Test
67+
executor: cypress/base-12
6468
parallelism: 4
6569
requires:
6670
- Install
@@ -84,7 +88,7 @@ workflows:
8488
- cypress/run:
8589
name: NPM release
8690
# we need newer Node for semantic release
87-
executor: cypress/base-12-6-0
91+
executor: cypress/base-12
8892
requires:
8993
- Install
9094
- Test

0 commit comments

Comments
 (0)