mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +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"
|
name: "Conventional Commits"
|
||||||
description: "Ensures that all commit messages are following the conventional-commits standard."
|
description: "Ensures that all commit messages are following the conventional-commits standard."
|
||||||
runs:
|
runs:
|
||||||
using: node12
|
using: node16
|
||||||
main: dist/main/index.js
|
main: dist/main/index.js
|
||||||
|
|
Loading…
Reference in a new issue