Skip to content

Commit

Permalink
build: upgrade CI build to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Mar 30, 2020
1 parent 88476b4 commit b879b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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:8
- image: circleci/node:12
steps:
- checkout
- run: npm install
Expand Down

0 comments on commit b879b7d

Please sign in to comment.