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: