Skip to content

Bump sha.js from 2.4.11 to 2.4.12 #30

Bump sha.js from 2.4.11 to 2.4.12

Bump sha.js from 2.4.11 to 2.4.12 #30

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10.15.0
- uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_SECRET}}
- name: install, build, and test
run: |
yarn install
env:
CI: true