Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Bump sha.js from 2.4.11 to 2.4.12 #8

Bump sha.js from 2.4.11 to 2.4.12

Bump sha.js from 2.4.11 to 2.4.12 #8

Workflow file for this run

name: testNBuild
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 13
- run: yarn
- run: yarn test
- run: yarn buildpackage