From fba9a828d761f83ab8e2e033307c3a58ee603314 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Tue, 7 Sep 2021 13:21:20 -0400 Subject: [PATCH] fix node errors on 16.9 build until they are resolved --- .github/workflows/CD.yml | 2 +- .github/workflows/CI-python.yml | 2 +- .github/workflows/CI-typescript.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 973c6690a6..72fbe6db44 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -9,7 +9,7 @@ env: blob_container_for_js: latest blob_container_for_raiwidget: raiwidgets blob_path_for_pull_request: ${{ github.event.pull_request.head.repo.full_name }}/${{ github.head_ref }} - node-version: 16.x + node-version: 16.8 widgetDirectory: raiwidgets raiDirectory: responsibleai dashboardDirectory: dashboard diff --git a/.github/workflows/CI-python.yml b/.github/workflows/CI-python.yml index 4162408e06..3ac93f4fb9 100644 --- a/.github/workflows/CI-python.yml +++ b/.github/workflows/CI-python.yml @@ -9,7 +9,7 @@ on: jobs: ci-python: env: - node-version: 16.x + node-version: 16.8 strategy: matrix: packageDirectory: diff --git a/.github/workflows/CI-typescript.yml b/.github/workflows/CI-typescript.yml index 6adfbbaf84..7c3b289e17 100644 --- a/.github/workflows/CI-typescript.yml +++ b/.github/workflows/CI-typescript.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.8] steps: - uses: actions/checkout@v2