From 8f7678647657977f0c11b9acedc6689ad8c791b0 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 11 Apr 2024 00:32:47 -0700 Subject: [PATCH] fix: wip --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3dc05bd..f215d73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,9 @@ jobs: exec $SHELL git clone https://github.com/nodenv/node-build.git $(nodenv root)/plugins/node-build nodenv install 20.12.1 + nodenv local 20.12.1 + nodenv global 20.12.1 + nodenv rehash # Verify Node.js version - run: name: Verify Node.js version