From 2a26dd4edb7bd56d032d3c190ad274f6395785b9 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 27 Oct 2024 11:31:25 +0100 Subject: [PATCH] circle: update Node versions --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6082ee9..0960fae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - node: circleci/node@5.1.0 + node: circleci/node@6.3.0 workflows: test: @@ -16,4 +16,4 @@ workflows: version: - 18.0.0 - 20.0.0 - - 21.0.0 + - 22.0.0