Skip to content

Commit

Permalink
chore!: require node ^16.14.0 || >=18.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Mar 20, 2023
1 parent 6d3bd65 commit a09d957
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.1
jobs:
build:
docker:
- image: 'cimg/node:14.18'
- image: 'cimg/node:16.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": "11.0.0"
},
"engines": {
"node": "^14.18.0 || ^16.13.0 || >=18.12.0"
"node": "^16.14.0 || >=18.12.0"
}
}

0 comments on commit a09d957

Please sign in to comment.