Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #63

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #63

Workflow file for this run

name: unit test
on:
push:
pull_request:
branches:
- main
jobs:
setup-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: npm ci
- name: Run unit tests
run: npm run test