Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 11, 2024
1 parent 341dfd7 commit f13ca5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f13ca5e

Please sign in to comment.