Skip to content

fix: package.json to reduce vulnerabilities #45

fix: package.json to reduce vulnerabilities

fix: package.json to reduce vulnerabilities #45

name: CI
on:
- schedule:
- cron: "0 * * * *"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
node_version:
- 16
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test-blacklist