Skip to content

Commit

Permalink
Merge PR #71 from 'nodech/fix-browser-ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Jun 21, 2023
2 parents f039487 + a38fdd7 commit 9706a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: ${{ matrix.script }}
run: npm run ${{ matrix.script }}
- name: Browser
run: npm run test-browser


build-native:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bcrypto

![node.js](https://github.com/bcoin-org/bcrypto/workflows/node.js/badge.svg)
[![Node.js](https://github.com/bcoin-org/bcrypto/actions/workflows/node.js.yml/badge.svg)](https://github.com/bcoin-org/bcrypto/actions/workflows/node.js.yml)

The missing crypto module for Node.js. Bcrypto provides you with a consistent
interface across Node.js and the browser. It is implemented as a [Node.js
Expand Down

0 comments on commit 9706a7c

Please sign in to comment.