Skip to content

Commit

Permalink
build: Bump deps [DEV-4226] (#240)
Browse files Browse the repository at this point in the history
* chore: Bump deps

* bump types/node

* npm update
  • Loading branch information
DaevMithran authored Aug 16, 2024
1 parent 8cddad2 commit 84c1aaa
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 1,804 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,16 @@ defaults:
shell: bash
permissions:
contents: write
pull-requests: write
pull-requests: write


jobs:

generate-proto:
name: "Update with upstream Protobufs"
runs-on: ubuntu-latest
env:
BASE_BRANCH: ${{ github.event.inputs.base-branch }}
PR_BRANCH: "update-proto"

steps:
- uses: actions/checkout@v4
with:
Expand All @@ -43,10 +41,10 @@ jobs:

- name: Generate TypeScript code for Protobufs
run: buf generate buf.build/cheqd/proto

- name: Install dependencies
run: npm ci

- name: Build
run: npm run build

Expand All @@ -60,4 +58,3 @@ jobs:
title: "feat(protobufs): Update with upstream Protobufs $(date +'%Y-%m-%d')"
body: "Updated protobufs from cheqd-node ledger protos"
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
lint-pr:
name: "PR format check"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 84c1aaa

Please sign in to comment.