Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 4, 2023
1 parent 0d3b14a commit fa9688b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:16.17.0
- image: cimg/node:16.18.0
working_directory: ~/relayer-v2
steps:
- checkout
Expand All @@ -21,7 +21,7 @@ jobs:
- ~/relayer-v2
test:
docker:
- image: cimg/node:16.17.0
- image: cimg/node:16.18.0
working_directory: ~/relayer-v2
resource_class: medium+
parallelism: 10
Expand Down

0 comments on commit fa9688b

Please sign in to comment.