diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b348822..9545f501 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + node-version: 16 - name: Run setup scripts with Bash shell: bash @@ -30,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + node-version: 16 - name: Run setup scripts with Bash shell: bash @@ -57,6 +61,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + node-version: 16 - name: Run PowerShell Core test scripts run: ./test.ps1