Skip to content

Commit e860c97

Browse files
Copilotdgreif
andcommitted
Convert tests to Vitest with Playwright browser mode and update CI to Node 22/24
Co-authored-by: dgreif <[email protected]>
1 parent c51848d commit e860c97

File tree

7 files changed

+3162
-1298
lines changed

7 files changed

+3162
-1298
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [20.x, 22.x]
22+
node-version: [22.x, 24.x]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
2121
- run: npm ci

0 commit comments

Comments
 (0)