From 6b68e36d05a94ff6866814de7bbec2e24dca3516 Mon Sep 17 00:00:00 2001 From: Bryan Jonker <65776851+bryanjonker-illinois@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:40:52 -0500 Subject: [PATCH] Update publish_npm.yml --- .github/workflows/publish_npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_npm.yml b/.github/workflows/publish_npm.yml index 2c4707e..90915cc 100644 --- a/.github/workflows/publish_npm.yml +++ b/.github/workflows/publish_npm.yml @@ -15,6 +15,8 @@ jobs: with: node-version: '22.x' registry-url: 'https://registry.npmjs.org' + - name: Install dependencies + run: npm ci - name: Install to npm run: npm publish --access public env: