Skip to content

Commit

Permalink
revert setup-node action to v3 because of slow post action step
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent b1cf04b commit d0f6f43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand All @@ -75,7 +75,7 @@ jobs:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand All @@ -100,7 +100,7 @@ jobs:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand All @@ -125,7 +125,7 @@ jobs:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand All @@ -150,7 +150,7 @@ jobs:
version: 8

- name: Set up Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
Expand Down

0 comments on commit d0f6f43

Please sign in to comment.