From 74671f809c3d2cb8a90292c77cf622682f986e05 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 5 Oct 2021 16:20:34 +0200 Subject: [PATCH] docs(github-actions): update workflow version, update node-version (#2175) --- docs/recipes/github-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/github-actions.md b/docs/recipes/github-actions.md index b6bd1ab1..a3ef9882 100644 --- a/docs/recipes/github-actions.md +++ b/docs/recipes/github-actions.md @@ -33,9 +33,9 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: - node-version: '14.17' + node-version: 'lts/*' - name: Install dependencies run: npm ci - name: Release