Skip to content

Commit

Permalink
Merge pull request #263 from umbrella-network/feature/on-chain-scanni…
Browse files Browse the repository at this point in the history
…ng-app

Feature/on chain scanning app
  • Loading branch information
DZariusz authored Feb 9, 2024
2 parents 9bf8287 + 6c9f8cb commit b0fa613
Show file tree
Hide file tree
Showing 38 changed files with 5,694 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 18

# Runs a set of commands using the runners shell
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 18

# Runs a set of commands using the runners shell
- name: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 18

- name: Install dependencies
run: npm install
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ logs/
yarn-error.log
.vscode

# local files
sre.md
Loading

0 comments on commit b0fa613

Please sign in to comment.