Skip to content

Merge pull request #1505 from jhipster/dependabot/npm_and_yarn/vite-5… #4283

Merge pull request #1505 from jhipster/dependabot/npm_and_yarn/vite-5…

Merge pull request #1505 from jhipster/dependabot/npm_and_yarn/vite-5… #4283

Workflow file for this run

name: Generator
concurrency:
# Group PRs by head_ref, push to main branch by commit id, and others branch by ref.
group: ${{ github.workflow }}-${{ github.head_ref || (github.ref == 'refs/heads/main' && github.sha) || github.ref }}
cancel-in-progress: true
on: [push, pull_request]
permissions:
contents: read
jobs:
dotnetcore:
name: npm-test
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run test