Skip to content

Commit

Permalink
Merge pull request #105 from Patrik-Stas/dependencies/update2
Browse files Browse the repository at this point in the history
Update dependencies, rebuild npm lockfiles
  • Loading branch information
Patrik-Stas authored Jul 18, 2021
2 parents f7f6c79 + d37d886 commit 49d4fe4
Show file tree
Hide file tree
Showing 27 changed files with 52,830 additions and 42,271 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- "**"

jobs:
workflow-setup:
Expand Down Expand Up @@ -66,8 +72,10 @@ jobs:
RELEASE="false"
PRERELEASE="false"
if [[ "$IS_FORK" == "false" ]]; then
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "This PR has labels: ${{ toJson(github.event.pull_request.labels) }}"
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'pre-release') }}" == "true" ]]; then
PRERELEASE="true"
fi;
Expand Down
18 changes: 9 additions & 9 deletions indypool-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion indypool-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indyscan-daemon",
"version": "4.1.2",
"version": "4.1.3",
"author": "Patrik Staš",
"license": "ISC",
"description": "Application scanning Hyperledger Indy blockchain for fetching and processing transactions.",
Expand Down
Loading

0 comments on commit 49d4fe4

Please sign in to comment.