Skip to content

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

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

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

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: borales/actions-yarn@v3
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v3
with:
cmd: test --pass-with-no-tests # will run `yarn test` command