8000 feat: test on Node.js 22 and built-in test runner (#192) · rxy001/serialize-javascript@79ac5da · GitHub
[go: up one dir, main page]

Skip to content

Commit 79ac5da

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

File tree

6 files changed

+204
-2908
lines changed

6 files changed

+204
-2908
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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 }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
.nyc_output
2-
coverage
31
node_modules

.npmignore

Lines changed: 0 additions & 4 deletions
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)
0