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 5c3a233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Get tag
id: get_tag
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Run setup scripts with Bash
shell: bash
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Run setup scripts with Bash
shell: bash
Expand All @@ -42,7 +42,7 @@ jobs:
needs: test-all-ubuntu-bash
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Run setup scripts with Zsh
shell: bash
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Run PowerShell Core test scripts
run: ./test.ps1
Expand All @@ -75,7 +75,7 @@ jobs:
image: bitnami/git:${{ matrix.git_version }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2

- name: Run setup scripts with Bash
shell: bash
Expand Down

0 comments on commit 5c3a233

Please sign in to comment.