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

Commit 83d53d4

Browse files
fix(Runtime): Use Node v14 (LLC-1483) (#374)
BREAKING CHANGE: Uses Node v14 instead of v12
1 parent abab749 commit 83d53d4

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66
jobs:
77
build:
88
docker:
9-
- image: node:8.17.0@sha256:a681bf74805b80d03eb21a6c0ef168a976108a287a74167ab593fc953aac34df
9+
- image: circleci/node:14
1010
auth:
1111
username: $DOCKERHUB_USERNAME
1212
password: $DOCKERHUB_PASSWORD

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
.DS_STORE
23
/.env
34
/.nyc_output
@@ -8,4 +9,4 @@
89
/npm-debug.log
910
/storage
1011
/yarn-error.log
11-
/yarn.lock
12+
/yarn.lock

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17
1+
14

0 commit comments

Comments
 (0)