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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |