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

Commit 4e357ba

Browse files
committed
chore: Boosting node version to latest LTS
1 parent c116d43 commit 4e357ba

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
@@ -41,7 +41,7 @@ jobs:
4141
# This is based on your 1.0 configuration file or project settings
4242
- run:
4343
working_directory: ~/orbitdb/ipfs-log
44-
command: nvm install 10.14.0 && nvm alias default 10.14.0
44+
command: nvm install 10.15.0 && nvm alias default 10.15.0
4545
# Dependencies
4646
# This would typically go in either a build or a build-and-test job when using workflows
4747
# Restore the dependency cache

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
machine:
22
node:
3-
version: 10.14.0
3+
version: 10.15.0

0 commit comments

Comments
 (0)