Skip to content

Commit

Permalink
fix: bump node version to 18 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo authored Jan 22, 2024
1 parent fe27f1d commit 2d06e9f
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 @@ -7,7 +7,7 @@ orbs:
executors:
default:
docker:
- image: cypress/browsers:node16.13.2-chrome100-ff98
- image: cypress/browsers:node-18.16.1-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/contentful/rich-text.git"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"benchmark": "ts-node -O '{\"module\": \"commonjs\"}' bin/benchmark",
Expand Down

0 comments on commit 2d06e9f

Please sign in to comment.