Skip to content

Commit

Permalink
Updated CircleCI Node Version (#120)
Browse files Browse the repository at this point in the history
- Updated node to 14.9.0-browsers

Signed-off-by: David Deal <dealako@gmail.com>
  • Loading branch information
dealako authored Oct 1, 2020
1 parent 761ef77 commit 1d3db36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ aliases:
paths:
- "*"

- &persist_to_workspace
root: '.'
paths:
- "*"

defaults: &defaults
docker:
- image: circleci/node:12-browsers
- image: circleci/node:14.9.0-browsers
working_directory: /tmp/workspace

jobs:
Expand Down

0 comments on commit 1d3db36

Please sign in to comment.