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