Skip to content
This repository has been archived by the owner on Jan 6, 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 authored and renovate[bot] committed Oct 29, 2021
1 parent 20ece0a commit a4ff27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build_12:
docker:
- image: circleci/node:16
- image: circleci/node:17
working_directory: ~/node12
steps:
- checkout
Expand All @@ -23,7 +23,7 @@ jobs:

build_14:
docker:
- image: circleci/node:16
- image: circleci/node:17
working_directory: ~/node14
steps:
- checkout
Expand All @@ -43,7 +43,7 @@ jobs:

deploy:
docker:
- image: circleci/node:16
- image: circleci/node:17
working_directory: ~/deploy
steps:
- checkout
Expand Down

0 comments on commit a4ff27f

Please sign in to comment.