Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
python-version: ${{matrix.python}}

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{env.NODE_VERSION}}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
python-version: ${{matrix.python}}

- name: Use Node ${{env.NODE_VERSION}}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{env.NODE_VERSION}}

Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- name: Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
run: |
echo "CI_PYTHON_PATH=python" >> $GITHUB_ENV
echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
shell: bash

- name: Run smoke tests
Expand Down