From dd192df73ef7be1883239b7eff4ee19ad372983a Mon Sep 17 00:00:00 2001 From: Sasha Date: Sat, 13 Jul 2024 23:47:15 +0200 Subject: [PATCH] up workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0b8a1..58dda18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_JS }} - - uses: bahmutov/npm-install@v1 + - run: npm i - run: npm run lint - run: npm run type @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_JS }} - - uses: bahmutov/npm-install@v1 + - run: npm i - run: npm run build release: @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_JS }} - - uses: bahmutov/npm-install@v1 + - run: npm i - name: Append git hash to version shell: bash