Skip to content

Commit

Permalink
Component rework
Browse files Browse the repository at this point in the history
detect component.author - fixes #246
normalize empty component.version - fixes #248
add JSDoc - #220
use private properties - #233

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jan 29, 2022
1 parent 45ac05f commit 38c57ed
Show file tree
Hide file tree
Showing 9 changed files with 6,980 additions and 707 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
node-version:
# action based on https://github.com/actions/node-versions/releases
# see also: https://nodejs.org/en/about/releases/
- "16" # active LTS
- "17" # current
- "16" # active LTS
- "14"
- "12" # lowest supported
- "12"
- "12.0.0" # lowest supported
env:
REPORTS_ARTIFACT: tests-reports
steps:
Expand Down
Loading

0 comments on commit 38c57ed

Please sign in to comment.