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 v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 7, 2021
1 parent 97633f7 commit a12ce5a
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:12
- image: circleci/node:15
working_directory: ~/node12
steps:
- checkout
Expand All @@ -23,7 +23,7 @@ jobs:

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

deploy:
docker:
- image: circleci/node:14
- image: circleci/node:15
working_directory: ~/deploy
steps:
- checkout
Expand Down

0 comments on commit a12ce5a

Please sign in to comment.