Skip to content

Commit

Permalink
migrate to vitest (#1547)
Browse files Browse the repository at this point in the history
* test adjusts

* migrate to vitest

* add node 20 and 22 to ci

* test adjusts

* test adjusts

* more adjusts

* switch to yeoman-base folder

* remove unused variable
  • Loading branch information
mshima committed Sep 7, 2024
1 parent 0570fed commit 99d32db
Show file tree
Hide file tree
Showing 21 changed files with 5,578 additions and 7,667 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.17.x]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 99d32db

Please sign in to comment.