Skip to content

Commit

Permalink
Merge pull request #136 from cypress-io/cacie/build/upgrade-node-ci-i…
Browse files Browse the repository at this point in the history
…mages

ci(docker): upgrades ci images from node 8 to node 16
  • Loading branch information
cacieprins committed Jul 14, 2023
2 parents c626ad5 + 8938931 commit b442c5c
Show file tree
Hide file tree
Showing 2 changed files with 14,658 additions and 377 deletions.
10 changes: 5 additions & 5 deletions circle.yml
Expand Up @@ -22,7 +22,7 @@ workflows:
jobs:
lint:
docker:
- image: circleci/node:8
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -34,7 +34,7 @@ jobs:

test-v4:
docker:
- image: circleci/node:8
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -46,7 +46,7 @@ jobs:

test-v5:
docker:
- image: circleci/node:8
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -58,7 +58,7 @@ jobs:

test-v6:
docker:
- image: circleci/node:8
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -70,7 +70,7 @@ jobs:

release:
docker:
- image: circleci/node:8
- image: circleci/node:16
steps:
- checkout
- run:
Expand Down

0 comments on commit b442c5c

Please sign in to comment.