Skip to content

Commit

Permalink
feat: add files to package.json (#19)
Browse files Browse the repository at this point in the history
* add files to package.json

* ci: .github/workflows/main.yml matrixes node versions 18 and 20 too
  • Loading branch information
gobengo authored Dec 12, 2023
1 parent 1c0ca96 commit 5e363d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,10 @@
"chunking",
"split",
"splitter"
],
"files": [
"lib",
"tsconfig.json",
"types"
]
}

0 comments on commit 5e363d4

Please sign in to comment.