From ccd5d706bd4b4b4d19418ad47f2ad424b9909e7d Mon Sep 17 00:00:00 2001 From: Valerie Burzynski Date: Tue, 20 Aug 2024 10:19:48 -0500 Subject: [PATCH] feat: update node version in circleci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6850b26e5..78912aaf9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,5 @@ workflows: test: jobs: - node/test: - version: "14.19.3" + version: "18.20.0" test-results-path: .test_output/