Skip to content

fix: package.json to reduce vulnerabilities #460

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #460

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
- run: git submodule update --init --recursive
- run: yarn
- run: yarn build
- run: yarn test