From 62763b8c6d4983d7a8f6e6b9e209b797fec1924a Mon Sep 17 00:00:00 2001 From: zFernand0 Date: Fri, 11 Feb 2022 13:34:52 +0000 Subject: [PATCH] Update nodejs to use the LTS version for future deployments Signed-off-by: zFernand0 --- .github/workflows/deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a6525db765..319f7486e9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -70,10 +70,10 @@ jobs: with: fetch-depth: 0 - - name: Setup NodeJS - uses: actions/setup-node@v1 + - name: Use Node.js LTS + uses: actions/setup-node@v2 with: - node-version: 12 + node-version: lts/* - name: Configure Git run: |