Skip to content

Commit

Permalink
build(ci): upgrades ci images from node 8 to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
cacieprins committed Jul 13, 2023
1 parent c626ad5 commit 8938931
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 8938931

Please sign in to comment.