From 59352e4ca7fd898098402c900791091424b09921 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 13 Aug 2021 11:05:28 +0800 Subject: [PATCH] Use nodejs lts version for CI The exact nodejs version isn't critical here, just make sure it isn't too outdated. --- .github/workflows/webui_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webui_ci.yaml b/.github/workflows/webui_ci.yaml index e51a9e9b1..a3418127b 100644 --- a/.github/workflows/webui_ci.yaml +++ b/.github/workflows/webui_ci.yaml @@ -17,7 +17,7 @@ jobs: - name: setup nodejs uses: actions/setup-node@v2 with: - node-version: '14' + node-version: 'lts/*' - name: install tools run: npm install