Skip to content

Commit

Permalink
feat: allow to use multiple sections
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Aug 2, 2024
1 parent 8790395 commit cc411cd
Show file tree
Hide file tree
Showing 10 changed files with 31,342 additions and 10,405 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- uses: actions/setup-python@v2
with:
python-version: "3.x"
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm run lint
- run: npm run test
- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
minor_version:
description: Minor version string, e.g. "v1.39"
runs:
using: "node12"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit cc411cd

Please sign in to comment.