Просмотр исходного кода

Merge pull request #14450 from GordonSmith/HPCC-25159

HPCC-25159 Bump node version

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 4 лет назад
Родитель
Сommit
6c981c48ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/build-test-eclwatch.yml

+ 1 - 1
.github/workflows/build-test-eclwatch.yml

@@ -44,7 +44,7 @@ jobs:
           submodules: "recursive"
       - uses: actions/setup-node@v1
         with:
-          node-version: "12.x"
+          node-version: "14.x"
       - name: Install Dependencies
         working-directory: ./esp/src
         run: npm ci