From f13ca5e5672c2590d3be5ac546e433a481c62a79 Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Thu, 11 Apr 2024 00:31:34 -0700 Subject: [PATCH] fix: wip --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 116f533..3dc05bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,6 +52,11 @@ jobs: exec $SHELL git clone https://github.com/nodenv/node-build.git $(nodenv root)/plugins/node-build nodenv install 20.12.1 + # Verify Node.js version + - run: + name: Verify Node.js version + command: | + node --version - run: npm install - run: ./node_modules/.bin/semantic-release - run: