From 553353f155470ee84e0113d431a6f311902be711 Mon Sep 17 00:00:00 2001 From: Jonathan McKenzie Date: Mon, 25 Mar 2024 12:48:25 -0400 Subject: [PATCH] Try bumping node version to 16 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b5ec72..a8a2983 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ version: 2.1 # Orbs are reusable packages of CircleCI configuration that you may share across projects, enabling you to create encapsulated, parameterized commands, jobs, and executors that can be used across multiple projects. # See: https://circleci.com/docs/orb-intro/ orbs: - node: circleci/node@5.1.0 + node: circleci/node@5.2.0 aws-cli: circleci/aws-cli@4.0.0 # Define a job to be invoked later in a workflow. @@ -22,7 +22,7 @@ jobs: - checkout - node/install: install-yarn: true - node-version: '14.21' + node-version: '16.13' - node/install-packages: override-ci-command: yarn install - run: