Skip to content

fix(package.json): vulnerabilities #388

fix(package.json): vulnerabilities

fix(package.json): vulnerabilities #388

Workflow file for this run

name: run-tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: install dependencies
run: yarn
- name: run tests
run: yarn test