Skip to content

Commit

Permalink
use gh actions to install volta
Browse files Browse the repository at this point in the history
  • Loading branch information
choden-dev committed Jul 2, 2024
1 parent 47639e5 commit b3464a9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- run: sudo yarn workspaces focus client
- run: sudo yarn workspace client build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- name: Install dependencies
run: sudo yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-client-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
environment: Client Production

steps:
- name: install volta
run: curl https://get.volta.sh | bash
- name: Install volta
- uses: volta-cli/action@v4

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-client-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:

- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- uses: actions/checkout@v3
- run: cd client && yarn workspaces focus client && yarn run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-client-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- uses: actions/checkout@v3
- run: cd client && yarn workspaces focus client && yarn run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- run: sudo yarn
- run: yarn prettier:ci
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install volta
run: curl https://get.volta.sh | bash
- uses: volta-cli/action@v4

- run: sudo npm install -g firebase-tools
- run: sudo yarn
Expand Down

0 comments on commit b3464a9

Please sign in to comment.