From cf2fcc088cc0f9e694948cd18ef2e2bcaa4d1a2f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Oct 2023 13:42:17 +0530 Subject: [PATCH] updated ci to install --- .github/workflows/feature&bugfix.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature&bugfix.yml b/.github/workflows/feature&bugfix.yml index 41f241c..6ddfa73 100644 --- a/.github/workflows/feature&bugfix.yml +++ b/.github/workflows/feature&bugfix.yml @@ -24,4 +24,4 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 18.x - - run: npm ci + - run: npm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7cab3b..1143a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18.x registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: npm install - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}}