Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffrepaul committed Oct 4, 2022
1 parent b247574 commit d0cf46e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workflows:
jobs:
lint:
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- run:
Expand All @@ -34,7 +34,7 @@ jobs:

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

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

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

release:
docker:
- image: circleci/node:10
- image: circleci/node:14
steps:
- checkout
- run:
Expand Down

0 comments on commit d0cf46e

Please sign in to comment.