Skip to content

Commit

Permalink
chore: node version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Nov 17, 2023
1 parent 2bf2ba1 commit bb444d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ jobs:
environment:
CODECOV_TOKEN: c803c20c-c45d-4a63-9ba9-58c7d5d05bbf
docker:
- image: cimg/node:16.2.0
- image: cimg/node:18.18.2
working_directory: ~/repo
steps:
- checkout
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
}
],
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=7.x.x"
"node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"nodemonConfig": {
"ignore": [
Expand Down

0 comments on commit bb444d3

Please sign in to comment.