Skip to content

Commit

Permalink
feat: Add Alert & Monitor API functionality to library (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
paigen11 committed May 15, 2024
2 parents 1451dd0 + c385a5d commit 5a475b9
Show file tree
Hide file tree
Showing 155 changed files with 10,556 additions and 12,356 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
working-directory: ./src
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [16.x, 18.x, 20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"licenseName": "MIT",
"moduleName": "NotehubJs",
"npmRepository": "https://registry.npmjs.org",
"projectVersion": "1.0.19",
"projectVersion": "1.0.20",
"sourceFolder": "src",
"usePromises": true
}
Loading

0 comments on commit 5a475b9

Please sign in to comment.