From 5ba83a2e677b83b8ce820aa44b329d8a572d9ae4 Mon Sep 17 00:00:00 2001 From: Mads Nielsen Date: Fri, 6 Sep 2024 11:09:00 +0200 Subject: [PATCH] Use old node --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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