Skip to content

Commit

Permalink
Merge pull request #810 from nickschot/setup-node-v3
Browse files Browse the repository at this point in the history
Downgrade to actions/setup-node@v3 due to performance bug with v4
  • Loading branch information
nickschot authored Nov 28, 2023
2 parents 48c8b9c + 47ba4d3 commit 2d7074b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: pnpm/[email protected]
with:
version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
version: ${{ env.PNPM_VERSION }}
- name: Install Node
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
Expand Down

0 comments on commit 2d7074b

Please sign in to comment.