Skip to content

Commit e9018d2

Browse files
committed
Upgrade Node runtime in CI
1 parent e010199 commit e9018d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands:
2626
jobs:
2727
test:
2828
docker:
29-
- image: cypress/base:11.13.0
29+
- image: cypress/base:16.17.1
3030
working_directory: ~/repo
3131
steps:
3232
- checkout
@@ -45,7 +45,7 @@ jobs:
4545
- run: yarn e2e:prod
4646
build:
4747
docker:
48-
- image: circleci/node:11.12
48+
- image: cimg/node:16.17.1
4949
working_directory: ~/repo
5050
steps:
5151
- checkout

0 commit comments

Comments
 (0)