Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsonne committed Feb 15, 2022
2 parents 758526c + cac3a76 commit 6172e0a
Show file tree
Hide file tree
Showing 4 changed files with 5,829 additions and 1,519 deletions.
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: [10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ src/**/*.js
lib
.nyc_output
Develop
.DS_Store
Loading

0 comments on commit 6172e0a

Please sign in to comment.