Skip to content

Commit a3c2614

Browse files
authored
Merge branch 'yahoo:main' into main
2 parents 8878890 + 79ac5da commit a3c2614

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)