Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
fix(ci): Update node. (#55)
Browse files Browse the repository at this point in the history
* fix(ci): Update node.

* fix(ci): Update node.
  • Loading branch information
colin-welch authored Sep 23, 2020
1 parent 800532c commit 53d9fcd
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 @@ -35,7 +35,7 @@ jobs:
publish_npm:
working_directory: ~/paperspace-node
docker:
- image: circleci/node:8.9.3
- image: circleci/node:12.14
steps:
- checkout
- restore_cache:
Expand All @@ -53,7 +53,7 @@ jobs:
publish_github_pages:
working_directory: ~/paperspace-node
docker:
- image: circleci/node:8.9.3
- image: circleci/node:12.14
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 53d9fcd

Please sign in to comment.