Skip to content

Commit

Permalink
fix node errors on 16.9 build until they are resolved (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Sep 7, 2021
1 parent da7c27a commit 6a9df12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
ci-python:
env:
node-version: 16.x
node-version: 16.8
strategy:
matrix:
packageDirectory:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a9df12

Please sign in to comment.