From 7966b1a557a87c573771115d3a0621ef3055a977 Mon Sep 17 00:00:00 2001 From: Ugo Mignon <56931733+TartanLeGrand@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:27:46 +0200 Subject: [PATCH] fix(npm): change install command --- .github/workflows/publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index cda97a9..0ccc430 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -29,7 +29,7 @@ on: install-command: description: 'Command to install dependencies' required: false - default: 'npm install' + default: 'npm ci' type: string environment: description: 'GitHub environment to use for deployment' @@ -69,4 +69,4 @@ jobs: npm publish --access ${{ inputs.access }} fi env: - NODE_AUTH_TOKEN: ${{ secrets.npm-token }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.npm-token }}