Skip to content

[security] fix vulnerabilities reported by npm audit #22

[security] fix vulnerabilities reported by npm audit

[security] fix vulnerabilities reported by npm audit #22

Workflow file for this run

name: CI
on: push
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt-get install -y tcl-dev
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm install
- run: npm run lint
- run: npm run coverage:ci
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}