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 88358e2 commit 47d797a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: GIT | Checkout Source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: DOCKER | Build image and run test
run: make build-ink-dev-x86_64 && make test-contract-x86_64
Expand All @@ -34,10 +34,10 @@ jobs:
github.event_name == 'workflow_dispatch'
steps:
- name: GIT | Checkout Source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: AWS | Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_MAINNET_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 47d797a

Please sign in to comment.