Skip to content

Commit

Permalink
fix(Runtime): Use Node v14 (LLC-1483) (#325)
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 2c1f47a commit 5b6964b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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:12
- image: node:14
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.DS_STORE
/.nyc_output
/coverage
Expand Down

0 comments on commit 5b6964b

Please sign in to comment.