Skip to content

Bump yeoman-test from 8.3.0 to 9.1.0 #4275

Bump yeoman-test from 8.3.0 to 9.1.0

Bump yeoman-test from 8.3.0 to 9.1.0 #4275

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