Skip to content

Commit

Permalink
chore!: require node ^18.12.0 || >=20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Oct 29, 2023
1 parent f51159a commit 3ebb83e
Show file tree
Hide file tree
Showing 3 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 @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'cimg/node:16.14'
- image: 'cimg/node:18.12'
steps:
- 'checkout'
# require `sudo`: https://github.com/CircleCI-Public/cimg-node/issues/277
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
18.18.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^16.14.0 || >=18.12.0"
"node": "^18.12.0 || >=20.9.0"
}
}

0 comments on commit 3ebb83e

Please sign in to comment.