Skip to content

Commit

Permalink
Merge pull request #519 from Financial-Times/chore/update-node-engine…
Browse files Browse the repository at this point in the history
…-to-22

chore: update node version to 22.x and npm to 10.x
  • Loading branch information
ytcleon authored Jan 10, 2025
2 parents 6d5b1e5 + d2b500c commit d3427d1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
executors:
node:
docker:
- image: cimg/node:18.17-browsers
- image: cimg/node:22.12-browsers
jobs:
checkout:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .toolkitrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hooks:
options:
"@dotcom-tool-kit/mocha": {}
"@dotcom-tool-kit/eslint": {}
"@dotcom-tool-kit/circleci": { nodeVersion: 18.17-browsers }
"@dotcom-tool-kit/circleci": { nodeVersion: 22.12-browsers }
"@dotcom-tool-kit/heroku":
pipeline: ft-next-syndication-api
systemCode: next-syndication-api
Expand Down
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ft-next-syndication-api",
"description": "Next Syndication API",
"version": "2.0.9",
"version": "3.0.0",
"private": true,
"dependencies": {
"@dotcom-reliability-kit/crash-handler": "^4.1.11",
Expand Down Expand Up @@ -104,7 +104,8 @@
]
},
"engines": {
"node": "18.x"
"node": "22.x",
"npm": "10.x"
},
"scripts": {
"commit": "commit-wizard",
Expand All @@ -127,6 +128,6 @@
}
},
"volta": {
"node": "18.17.0"
"node": "22.12.0"
}
}

0 comments on commit d3427d1

Please sign in to comment.