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

Commit

Permalink
fix(Runtime): Use Node v14 (LLC-1483) (#374)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Uses Node v14 instead of v12
  • Loading branch information
crazy-grizzly authored Apr 22, 2022
1 parent abab749 commit 83d53d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:
jobs:
build:
docker:
- image: node:8.17.0@sha256:a681bf74805b80d03eb21a6c0ef168a976108a287a74167ab593fc953aac34df
- image: circleci/node:14
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.DS_STORE
/.env
/.nyc_output
Expand All @@ -8,4 +9,4 @@
/npm-debug.log
/storage
/yarn-error.log
/yarn.lock
/yarn.lock
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.17
14

0 comments on commit 83d53d4

Please sign in to comment.