Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Upgrade to use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff.thorpe committed Apr 20, 2023
1 parent 1543828 commit 51fbb92
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 @@ -10,7 +10,7 @@ references:
container_config_node: &container_config_node
working_directory: ~/project
docker:
- image: cimg/node:14.18.3-browsers
- image: cimg/node:18.16.0-browsers

workspace_root: &workspace_root ~/project

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"homepage": "https://github.com/Financial-Times/athloi#readme",
"description": "Athloi is a tool to assist with the management of multi-package repositories (a.k.a. monorepos)",
"engines": {
"node": "14.x"
"node": "18.x"
},
"dependencies": {
"async-sema": "^3.0.0",
Expand All @@ -35,7 +35,7 @@
"toposort": "^2.0.2"
},
"devDependencies": {
"@financial-times/rel-engage": "^8.0.3",
"@financial-times/rel-engage": "^8.0.8",
"jest": "^28.1.0"
}
}

0 comments on commit 51fbb92

Please sign in to comment.