Skip to content

Commit a0e4166

Browse files
ci: add GitHub Actions workflow for Pest and Vitest test suites
1 parent bb152d3 commit a0e4166

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
vitest:
5353
runs-on: ubuntu-latest
54-
name: Vitest (Node 20)
54+
name: Vitest (Node 24)
5555

5656
steps:
5757
- name: Checkout code
@@ -60,11 +60,10 @@ jobs:
6060
- name: Setup Node
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: "20"
64-
cache: "npm"
63+
node-version: "24"
6564

6665
- name: Install Node dependencies
67-
run: npm ci
66+
run: npm install
6867

6968
- name: Run Vitest suite
7069
run: npx vitest run tests/js

0 commit comments

Comments
 (0)