Skip to content

Commit

Permalink
Add support for numeric logLevel (#4)
Browse files Browse the repository at this point in the history
* Add support for numeric logLevel

* Fix packag-lock

* Support numeric loglevel for .time

* Fix npm audit issues

* Tweak package-lock
  • Loading branch information
TwitchBronBron committed Apr 17, 2024
1 parent c7c79a3 commit 5a573dc
Show file tree
Hide file tree
Showing 8 changed files with 773 additions and 4,880 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "12.22.7"
node-version: "14.18.1"
- run: npm ci
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit 5a573dc

Please sign in to comment.