Skip to content

Commit 6843ada

Browse files
Update GitHub Actions workflow to target gui-preview branch and upgrade Node.js version to 22
1 parent fdb8a05 commit 6843ada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Test with ViTest
22
on:
33
push:
4-
branches: [main]
4+
branches: [gui-preview]
55
pull_request:
6-
branches: [main]
6+
branches: [gui-preview]
77
jobs:
88
test:
99
runs-on: windows-latest
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: "16"
14+
node-version: "22"
1515
cache: "npm"
1616
- run: npm ci
1717
- run: npx vitest --run --coverage

0 commit comments

Comments
 (0)