diff --git a/.circleci/config.yml b/.circleci/config.yml index 809a4ec..2ba6bb9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/package.json b/package.json index 878574d..406a1e0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }