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

Commit 53d9fcd

Browse files
authored
fix(ci): Update node. (#55)
* fix(ci): Update node. * fix(ci): Update node.
1 parent 800532c commit 53d9fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
publish_npm:
3636
working_directory: ~/paperspace-node
3737
docker:
38-
- image: circleci/node:8.9.3
38+
- image: circleci/node:12.14
3939
steps:
4040
- checkout
4141
- restore_cache:
@@ -53,7 +53,7 @@ jobs:
5353
publish_github_pages:
5454
working_directory: ~/paperspace-node
5555
docker:
56-
- image: circleci/node:8.9.3
56+
- image: circleci/node:12.14
5757
steps:
5858
- checkout
5959
- restore_cache:

0 commit comments

Comments
 (0)