Skip to content

Commit

Permalink
fix: add support for Node.js version 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hellivan committed Mar 5, 2021
1 parent 949338d commit b5e0039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
aliases:
- &job-defaults
docker:
- image: circleci/node:12.13.0
- image: circleci/node:12.4.0
working_directory: ~/repo
- &attach_workspace
attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library for up/downgrading and versioning mongoose models",
"version": "0.0.0-semantic-release",
"engines": {
"node": ">=12.8.1"
"node": ">=12.4.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b5e0039

Please sign in to comment.