Skip to content

Update dependency mysql2 to v3.9.8 [SECURITY] #521

Update dependency mysql2 to v3.9.8 [SECURITY]

Update dependency mysql2 to v3.9.8 [SECURITY] #521

Workflow file for this run

name: larvitdb CI
on: [push]
jobs:
test:
uses: larvit/standards/.github/workflows/test-mariadb.yml@master
publish:
if: github.ref == 'refs/heads/master'
needs: test
uses: larvit/standards/.github/workflows/publish.yml@master
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}