Skip to content

Commit 90c456a

Browse files
authored
Merge pull request #35 from github/copilot/convert-tests-to-vitest
Convert test framework from Mocha/Chai to Vitest and update CI workflows
2 parents 2472102 + 31f9c4a commit 90c456a

File tree

8 files changed

+2329
-1766
lines changed

8 files changed

+2329
-1766
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 22
15+
node-version: 24
1616
- name: npm install, build, and test
1717
run: |
1818
npm install

.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)