5
0
Fork 0
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:
Wagner Santos 2021-02-12 16:40:24 -03:00
parent cd7f07d5ef
commit 0a48910d24

View file

@ -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.