Skip to content

Bump mysql2 from 2.2.5 to 3.9.7 in /generators/node-server/resources #1528

Bump mysql2 from 2.2.5 to 3.9.7 in /generators/node-server/resources

Bump mysql2 from 2.2.5 to 3.9.7 in /generators/node-server/resources #1528

Workflow file for this run

name: Generator
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
nodejs:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run test
- name: Run npm sonar:scanner
run: npm run sonar:scanner
if: "github.repository == 'jhipster/generator-jhipster-nodejs' && github.event_name != 'pull_request'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}