Skip to content

Commit

Permalink
Upgrade action and packages to Node 20 (#126)
Browse files Browse the repository at this point in the history
We upgrade to Node 20 since Node 12 is going to be deprecated soon.

Fixes #125.

Signed-off-by: Luiz Ferraz <luiz@lferraz.com>
  • Loading branch information
Fryuni authored Feb 15, 2024
1 parent 252b102 commit 2856207
Show file tree
Hide file tree
Showing 5 changed files with 30,455 additions and 38,402 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Opinionated-commit-message'
description: 'Check commit messages according to an opinionated style'
author: 'Marko Ristin'
runs:
using: node12
using: node20
main: dist/index.js
branding:
icon: 'check'
Expand Down
Loading

0 comments on commit 2856207

Please sign in to comment.