Skip to content

fix git reference in package.json #20

fix git reference in package.json

fix git reference in package.json #20

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
- uses: supercharge/[email protected]
with:
mongodb-version: '4.4'
- run: yarn install
- run: make check