Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Apr 21, 2021
1 parent 04ae898 commit a8132c5
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 302 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
node-version: ${{ matrix.node_version }}
registry-url: https://npm.pkg.github.com

- name: Update npm
run: npm i -g npm@latest

- name: Install dependencies
run: npm ci --ignore-scripts
env:
Expand All @@ -58,7 +61,7 @@ jobs:
run: npm test

- name: Trigger Docker build
uses: myrotvorets/trigger-repository-dispatch-action@1.0.2
uses: myrotvorets/trigger-repository-dispatch-action@1.0.3
with:
token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
type: tests-passed
Expand Down
Loading

0 comments on commit a8132c5

Please sign in to comment.