mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
docs: update instructions to use current Node.js LTS
This commit is contained in:
parent
cd7f07d5ef
commit
0a48910d24
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '14'
|
||||
- run: npm install
|
||||
# Run the commitlint action, considering its own dependencies and yours as well 🚀
|
||||
# `github.workspace` is the path to your repository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue