Skip to content

Commit

Permalink
test: migrate to native node:test (#676)
Browse files Browse the repository at this point in the history
* test: migrate to native node:test

* test: add nodejs 20 to test matrix

* test: fix win32 runner
  • Loading branch information
antongolub committed Dec 19, 2023
1 parent a9b573e commit cd18352
Show file tree
Hide file tree
Showing 14 changed files with 1,006 additions and 1,092 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
node-version: 16.x
- run: npm i
- run: npm run build
- run: npx uvu test win32
- run: node ./test/win32.test.js
timeout-minutes: 1
env:
FORCE_COLOR: 3

0 comments on commit cd18352

Please sign in to comment.