Skip to content

Commit

Permalink
chore: bump node version requirement
Browse files Browse the repository at this point in the history
BREAKING CHANGE: only support node ^12.22.0 || ^14.17.0 || >=16.13.0
  • Loading branch information
foray1010 committed Nov 10, 2021
1 parent 79afa6f commit c311a06
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 @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:12.13.0'
- image: 'circleci/node:14'
steps:
- 'checkout'
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"remark-cli": "9.0.0"
},
"engines": {
"node": ">=12.13"
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
}
}

0 comments on commit c311a06

Please sign in to comment.