Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 12, 2023
1 parent 89fd2ad commit 818d844
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -45,6 +50,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -68,6 +78,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down Expand Up @@ -102,6 +117,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -116,6 +136,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down Expand Up @@ -152,6 +177,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -170,6 +200,11 @@ jobs:
needs: apps_web-player
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -186,6 +221,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -202,6 +242,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -218,6 +263,11 @@ jobs:
needs: bootstrap
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -232,6 +282,11 @@ jobs:
needs: apps_subscribe-button
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit 818d844

Please sign in to comment.