Skip to content

Commit 0a48910

Browse files
committed
docs: update instructions to use current Node.js LTS
1 parent cd7f07d commit 0a48910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 0
135135
- uses: actions/setup-node@v1
136136
with:
137-
node-version: '10.x'
137+
node-version: '14'
138138
- run: npm install
139139
# Run the commitlint action, considering its own dependencies and yours as well 🚀
140140
# `github.workspace` is the path to your repository.

0 commit comments

Comments
 (0)