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