Skip to content

Commit

Permalink
Use old node
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Sep 6, 2024
1 parent ed5bc6b commit 5ba83a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
node-version: 16

- name: Run setup scripts with Bash
shell: bash
Expand All @@ -30,6 +32,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
node-version: 16

- name: Run setup scripts with Bash
shell: bash
Expand Down Expand Up @@ -57,6 +61,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
node-version: 16

- name: Run PowerShell Core test scripts
run: ./test.ps1
Expand Down

0 comments on commit 5ba83a2

Please sign in to comment.