mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-23 10:21:51 +01:00
feat: increase node to version 16
This commit is contained in:
parent
0a14f22742
commit
03a9c76bdb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "Conventional Commits"
|
||||
description: "Ensures that all commit messages are following the conventional-commits standard."
|
||||
runs:
|
||||
using: node12
|
||||
using: node16
|
||||
main: dist/main/index.js
|
||||
|
|
Loading…
Reference in a new issue