File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 python-version : ${{matrix.python}}
131131
132132 - name : Use Node ${{env.NODE_VERSION}}
133- uses : actions/setup-node@v2
133+ uses : actions/setup-node@v1
134134 with :
135135 node-version : ${{env.NODE_VERSION}}
136136
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 python-version : ${{matrix.python}}
118118
119119 - name : Use Node ${{env.NODE_VERSION}}
120- uses : actions/setup-node@v2
120+ uses : actions/setup-node@v1
121121 with :
122122 node-version : ${{env.NODE_VERSION}}
123123
@@ -339,7 +339,7 @@ jobs:
339339 - name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
340340 run : |
341341 echo "CI_PYTHON_PATH=python" >> $GITHUB_ENV
342- echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
342+ echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
343343 shell : bash
344344
345345 - name : Run smoke tests
You can’t perform that action at this time.
0 commit comments