Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
demingongo committed Aug 14, 2023
1 parent d94d058 commit acfeddc
Show file tree
Hide file tree
Showing 5 changed files with 4,093 additions and 1,414 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ private
dev
/lib
docs
.vscode

# Logs
logs
Expand Down
Loading

0 comments on commit acfeddc

Please sign in to comment.