Skip to content

Commit

Permalink
chore(deps): 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 5184dfe commit 88c0f11
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
jobs:
build:
docker:
- image: circleci/node:10.24.1
- image: circleci/node:17.0.1
working_directory: ~/repo
steps:
- checkout
Expand All @@ -26,7 +26,7 @@ jobs:
paths: .
release:
docker:
- image: circleci/node:10.24.1
- image: circleci/node:17.0.1
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit 88c0f11

Please sign in to comment.