Skip to content

Commit 9df5e42

Browse files
gengjiawenowl-from-hogvarts
authored andcommitted
ci: migrate deprecated grammar (nodejs#2285)
PR-URL: nodejs#2285 Reviewed-By: Richard Lau <[email protected]>
1 parent 05a92de commit 9df5e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
pip install flake8 pytest
3232
- name: Set Windows environment
3333
if: matrix.os == 'windows-latest'
34-
run:
35-
echo '::set-env name=GYP_MSVS_VERSION::2015'
36-
echo '::set-env name=GYP_MSVS_OVERRIDE_PATH::C:\\Dummy'
34+
run: |
35+
echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV
36+
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV
3737
- name: Lint Python
3838
if: matrix.os == 'ubuntu-latest'
3939
run: |

0 commit comments

Comments
 (0)