Skip to content

Commit 79ac5da

Browse files
authored
feat: test on Node.js 22 and built-in test runner (#192)
1 parent 5838b91 commit 79ac5da

File tree

6 files changed

+204
-2908
lines changed

6 files changed

+204
-2908
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x]
14+
node-version: [18.x, 20.x, 22.x]
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Use Node.js ${{ matrix.node-version }}

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
.nyc_output
2-
coverage
31
node_modules

Diff for: .npmignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
artifacts/
2-
coverage/
31
test/
42
.gitignore
53
.npmignore
6-
.nyc_output
7-
.vscode
84
.github

0 commit comments

Comments
 (0)