diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index df50019..ab7ff8c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,6 +34,7 @@ jobs: integration: + needs: build runs-on: ubuntu-latest strategy: matrix: @@ -55,8 +56,8 @@ jobs: release: - runs-on: ubuntu-latest needs: integration + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 diff --git a/.npmrc b/.npmrc index 8aab17f..2660d7c 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -lockfile-version = 3 +lockFileVersion=2