Skip to content

fix: known vulnerabilities (reup / reported in #29) #3

fix: known vulnerabilities (reup / reported in #29)

fix: known vulnerabilities (reup / reported in #29) #3

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- 'src/**'
- 'package.json'
- 'yarn.lock'
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- run: yarn && yarn build && yarn test