Skip to content

Commit

Permalink
Merge pull request #6 from WillGibson/patch-1
Browse files Browse the repository at this point in the history
fix: Run on Node.js@20
  • Loading branch information
ytanikin authored Mar 2, 2024
2 parents d7981eb + ddc83ff commit 8ae9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: 'A JSON string mapping task types to custom label names. Example: {"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: "git-pull-request"
Expand Down

0 comments on commit 8ae9e62

Please sign in to comment.