Skip to content

Commit f6ed6c2

Browse files
author
pauliescanlon
committed
chore: node:14.15.0
1 parent f1b1825 commit f6ed6c2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ version: 2.1
22
orbs:
33
node: circleci/[email protected]
44
cypress: cypress-io/cypress@1
5-
executors:
6-
with-chrome:
7-
docker:
8-
- image: 'cypress/browsers:node14.16.0'
9-
codecov: codecov/[email protected]
5+
codecov: codecov/[email protected]
106

117
jobs:
128
build:
139
docker:
14-
- image: cimg/node:17.4.0
10+
- image: cimg/node:14.15.0
1511
steps:
1612
- checkout
1713
- run: node --version

0 commit comments

Comments
 (0)