Skip to content

Commit b2f1b44

Browse files
Merge pull request #420 from preactjs/vitest
chore: switch to vitest
2 parents 3dd80bc + efb3e9b commit b2f1b44

18 files changed

+1984
-946
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 22
2121
cache: npm
2222
- run: npm ci
2323
- name: test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth: 0
2323

24-
- name: Setup Node.js 18.x
24+
- name: Setup Node.js 22.x
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 22
2828
cache: npm
2929

3030
- name: Install Dependencies

0 commit comments

Comments
 (0)