From 0eaf2768747b762397f81de4439fa9edf5879400 Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Fri, 15 Sep 2023 00:00:10 +1000 Subject: [PATCH] use node --- .github/workflows/build-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 89dca7b..94d027d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -78,6 +78,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{env.PYTHON_VERSION}} + - run: node -e "console.log(require('os').userInfo().username)" - run: python -c "import os; print(os.getlogin())" - name: Use Npm ${{env.NPM_VERSION}} run: npm i -g npm@${{env.NPM_VERSION}}