Skip to content

Commit

Permalink
feat: test on Node.js 22 and built-in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Nov 20, 2024
1 parent 5838b91 commit df78f0c
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 2,908 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
.nyc_output
coverage
node_modules
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
artifacts/
coverage/
test/
.gitignore
.npmignore
.nyc_output
.vscode
.github
Loading

0 comments on commit df78f0c

Please sign in to comment.