Skip to content

Commit

Permalink
Merge branch 'master' of github.com:waku-org/js-waku into weboko/bund…
Browse files Browse the repository at this point in the history
…ler-ci
  • Loading branch information
weboko committed Sep 11, 2023
2 parents 6af9faa + 833b02a commit 0374115
Show file tree
Hide file tree
Showing 23 changed files with 371 additions and 111 deletions.
12 changes: 8 additions & 4 deletions .github/actions/npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ name: npm i
runs:
using: "composite"
steps:
- run: echo "$GITHUB_CONTEXT"
shell: bash
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- run: npm i
shell: bash
if: contains('
if: ${{ contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref)
', github.ref) }}
- uses: bahmutov/npm-install@v1
if: contains('
if: ${{ contains('
refs/heads/master
refs/heads/release-please--branches--master
', github.ref) == false
', github.ref) == false }}
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/utils": "0.0.10",
"packages/utils": "0.0.11",
"packages/proto": "0.0.5",
"packages/interfaces": "0.0.17",
"packages/message-hash": "0.1.6",
"packages/enr": "0.0.16",
"packages/peer-exchange": "0.0.15",
"packages/core": "0.0.22",
"packages/dns-discovery": "0.0.16",
"packages/message-encryption": "0.0.20",
"packages/relay": "0.0.5",
"packages/sdk": "0.0.18"
"packages/interfaces": "0.0.18",
"packages/message-hash": "0.1.7",
"packages/enr": "0.0.17",
"packages/peer-exchange": "0.0.16",
"packages/core": "0.0.23",
"packages/dns-discovery": "0.0.17",
"packages/message-encryption": "0.0.21",
"packages/relay": "0.0.6",
"packages/sdk": "0.0.19"
}
139 changes: 78 additions & 61 deletions package-lock.json

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

Loading

0 comments on commit 0374115

Please sign in to comment.