Skip to content

updated all dep and fixed all vulnerabilities #189

updated all dep and fixed all vulnerabilities

updated all dep and fixed all vulnerabilities #189

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18.10.0
- run: npm ci
- run: npm test