From 43579af6c8cb65dcc9b2f68fe97af2be3e6d13fc Mon Sep 17 00:00:00 2001 From: Kim Daniel Engebretsen Date: Wed, 2 Apr 2025 15:14:04 +0200 Subject: [PATCH] deploy --- .github/workflows/node-cicd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-cicd.yml b/.github/workflows/node-cicd.yml index 898b3ae..8057508 100644 --- a/.github/workflows/node-cicd.yml +++ b/.github/workflows/node-cicd.yml @@ -48,8 +48,9 @@ jobs: - name: install latest published package run: | - #mkdir ../deployment - #cd ../deployment + mkdir ../deployment + cd ../deployment + npm init --init-module deployment -y echo "${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }}" npm i ${{ steps.info.outputs.package }}@${{ steps.info.outputs.version }} env: