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

Commit 800532c

Browse files
authored
fix(ci): Update node. (#54)
1 parent 0c1eee5 commit 800532c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 2
1818
jobs:
1919
build:
2020
docker:
21-
- image: circleci/node:8.9.3
21+
- image: circleci/node:12.14
2222
working_directory: ~/paperspace-node
2323
steps:
2424
- checkout

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.3
1+
12.14

0 commit comments

Comments
 (0)