Skip to content

Commit

Permalink
A0-2999: Run all workflows on node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 16, 2024
1 parent 2eaa7c8 commit cd8176c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
using: composite
steps:
- name: GIT | Checkout aleph-apps repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Cardinal-Cryptography/aleph-apps
token: ${{ inputs.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automatic-upstream-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Merge upstream repo
uses: Cardinal-Cryptography/github-actions/test-upstream-merge@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-to-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: devnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build and push devnet image
uses: ./.github/actions/build-and-push
Expand All @@ -35,7 +35,7 @@ jobs:
name: devnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Deploy Aleph Zero Dashboard to Devnet
uses: ./.github/actions/deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-to-mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: mainnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: DOCKER | Build and push mainnet image
uses: ./.github/actions/build-and-push
Expand All @@ -32,7 +32,7 @@ jobs:
name: mainnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: MAINNET | Deploy Aleph Zero Dashboard
uses: ./.github/actions/deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-to-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: testnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: DOCKER | Build and push testnet image
uses: ./.github/actions/build-and-push
Expand All @@ -32,7 +32,7 @@ jobs:
name: testnet
steps:
- name: GIT | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: TESTNET | Deploy Aleph Zero Dashboard
uses: ./.github/actions/deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn install
Expand Down

0 comments on commit cd8176c

Please sign in to comment.