mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +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
|
fetch-depth: 0
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '10.x'
|
node-version: '14'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
# Run the commitlint action, considering its own dependencies and yours as well 🚀
|
# Run the commitlint action, considering its own dependencies and yours as well 🚀
|
||||||
# `github.workspace` is the path to your repository.
|
# `github.workspace` is the path to your repository.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue