Skip to content

fix(deps): update dependency mysql2 to v3 #104

fix(deps): update dependency mysql2 to v3

fix(deps): update dependency mysql2 to v3 #104

Workflow file for this run

name: Node.js CI
on:
push:
workflow_dispatch:
jobs:
audit:
runs-on: linux
strategy:
matrix:
node-version: [15.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
# Run an audit check, and fail if any dependencies aren't met.
- run: npm audit --audit-level=moderate