From 65bb08a209ee787e90f97a88df92b61dac129655 Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Wed, 21 Feb 2024 16:50:19 -0500 Subject: [PATCH] Update node to 20.11.1 related to https://github.com/pulibrary/dacs_handbook/issues/157 --- .circleci/config.yml | 2 +- .tool-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa187b6..3944d8e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: - setup-bundler - node/install: install-yarn: true - node-version: '18.17.0' + node-version: '20.11.1' # Only necessary if app uses webpacker or yarn in some other way - restore_cache: diff --git a/.tool-versions b/.tool-versions index 46a0e2a..d6e31cb 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ ruby 3.1.3 yarn 1.22.19 -nodejs 18.17.0 +nodejs 20.11.1