Skip to content

Commit cd18352

Browse files
authored
test: migrate to native node:test (google#676)
* test: migrate to native node:test * test: add nodejs 20 to test matrix * test: fix win32 runner
1 parent a9b573e commit cd18352

14 files changed

+1006
-1092
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [16.x, 18.x]
11+
node-version: [16.x, 18.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v3
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 16.x
3434
- run: npm i
3535
- run: npm run build
36-
- run: npx uvu test win32
36+
- run: node ./test/win32.test.js
3737
timeout-minutes: 1
3838
env:
3939
FORCE_COLOR: 3

0 commit comments

Comments
 (0)