From e9c43c690061665b280ca31926a81845e77a1aef Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Sat, 17 Apr 2021 00:39:39 +0200 Subject: [PATCH] CI - use ci instead of install --- .github/workflows/version-bump-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump-publish.yml b/.github/workflows/version-bump-publish.yml index 634953b..f0995ea 100644 --- a/.github/workflows/version-bump-publish.yml +++ b/.github/workflows/version-bump-publish.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 12 - run: | - npm install + npm ci npm run lint npm run build - name: Setup version