Skip to content

Commit

Permalink
add files, update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g committed Mar 28, 2024
1 parent e80d0dd commit d26c192
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.x, 21.x]

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"type": "git",
"url": "git+https://github.com/ethanent/centra.git"
},
"files": [
"model/CentraRequest.js",
"model/CentraResponse.js",
"createRequest.js"
],
"keywords": [
"http",
"https",
Expand Down

0 comments on commit d26c192

Please sign in to comment.