From 0a48910d24bde82228d877d9a16de51d4cdeea93 Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Fri, 12 Feb 2021 16:40:24 -0300 Subject: [PATCH] docs: update instructions to use current Node.js LTS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3213ff8..80bde6d 100644 --- a/README.md +++ b/README.md @@ -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.