Skip to content

Commit

Permalink
CI: resolving errors in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Oct 30, 2021
1 parent 8d6a685 commit 78e9049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:


integration:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lockfile-version = 3
lockFileVersion=2

0 comments on commit 78e9049

Please sign in to comment.