Skip to content

Commit

Permalink
fix: Bump minimum nodejs version supported to v12 (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl authored Mar 10, 2021
1 parent 9ed6a31 commit 281a814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ references:
# The nodejs version set as `nodejs_current` is the one used to
# release the package on npm.
nodejs_versions:
- &nodejs_current "10"
- &nodejs_next "12"
- &nodejs_experimental "14"
- &nodejs_current "12"
- &nodejs_next "14"
## TODO: replace this with 16 as soon as it becomes available
- &nodejs_experimental "15"

nodejs_enum: &nodejs_enum
type: enum
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"index.mjs"
],
"engines": {
"node": ">=10.0.0",
"node": ">=12.0.0",
"npm": ">=5.6.0 <7.0.0"
},
"engine-strict": true,
Expand Down

0 comments on commit 281a814

Please sign in to comment.