Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update Node.js to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 25, 2021
1 parent 0dce9da commit 9b39526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: circleci/node:16
- image: circleci/node:17
working_directory: ~/repo
steps:
- checkout
Expand All @@ -15,7 +15,7 @@ jobs:
paths: .
test:
docker:
- image: circleci/node:16
- image: circleci/node:17
- image: trufflesuite/ganache-cli:v6.12.2
command: ganache-cli -k istanbul -e 10000000000
working_directory: ~/repo
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm run lintNoFix
coverage:
docker:
- image: circleci/node:16
- image: circleci/node:17
working_directory: ~/repo
steps:
- attach_workspace:
Expand All @@ -41,7 +41,7 @@ jobs:

publish:
docker:
- image: circleci/node:16
- image: circleci/node:17
working_directory: ~/repo
steps:
- attach_workspace:
Expand Down

0 comments on commit 9b39526

Please sign in to comment.