Skip to content

Commit 7f104a7

Browse files
committed
integrate yeoman-generator (2, 4 and 5) tests.
1 parent 2569915 commit 7f104a7

File tree

18 files changed

+10797
-1526
lines changed

18 files changed

+10797
-1526
lines changed

.github/workflows/ci.yml

+1-14
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25-
node-version: [16.x, 18.x]
26-
generator-version: ['']
27-
include:
28-
- os: ubuntu-latest
29-
node-version: 16.x
30-
generator-version: '2.0.5'
31-
- os: ubuntu-latest
32-
node-version: 16.x
33-
generator-version: '^4'
34-
25+
node-version: [18.x]
3526
steps:
3627
- uses: actions/checkout@v4
3728
- uses: actions/setup-node@v3
3829
with:
3930
node-version: ${{ matrix.node-version }}
4031
cache: 'npm'
41-
- run: npm install -g npm@^8
42-
if: matrix.node-version == '14.x'
4332
- run: npm ci
44-
- run: npm install yeoman-generator@${{ matrix.generator-version }}
45-
if: matrix.generator-version != ''
4633
- run: npm test
4734
env:
4835
CI: true

0 commit comments

Comments
 (0)