Skip to content

Commit

Permalink
chore: update action
Browse files Browse the repository at this point in the history
as there is no official using 'node18' yet
i've seen some composite solutions.
Pointed this out in the PR
  • Loading branch information
EelcoLos committed Mar 15, 2023
1 parent b12b12e commit bad9180
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: semantic-pull-request
author: Jan Amann <jan@amann.me>
description: Ensure your PR title matches the Conventional Commits spec (https://www.conventionalcommits.org/).
runs:
using: 'node16'
main: 'dist/index.js'
using: 'composite'
steps:
- uses: actions/setup-node
with:
node-version: 18
- run: 'node dist/index.js'
shell: bash
branding:
icon: 'shield'
color: 'green'
Expand Down

0 comments on commit bad9180

Please sign in to comment.