Skip to content

dependency: replace js-sha3 to noble hashes #32

dependency: replace js-sha3 to noble hashes

dependency: replace js-sha3 to noble hashes #32

Workflow file for this run

name: Pull request branch checks
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: npm install, and test
run: |
npm install
npm test
env:
CI: true