Skip to content

Commit

Permalink
uprev aws credentials github action and upgrade to use the latest blu… (
Browse files Browse the repository at this point in the history
#137)

* uprev aws credentials github action and upgrade to use the latest blueprints framework

* upgraded nodejs version for build and fixed e2e
  • Loading branch information
shapirov103 authored Jan 5, 2024
1 parent 5443da3 commit 3aaf9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
token: ${{ secrets.CI_TOKEN }}
status: pending
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::867286930927:role/BlueprintsCodeBuildRole
role-session-name: codebuildsession
Expand Down
2 changes: 1 addition & 1 deletion ci/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
runtime-versions:
nodejs: 18
commands:
- n 18.17.0
- n 20.10.0
- |
if [ ! -z "${COMMIT_ID}" ]; then
git fetch origin pull/${PR_NUMBER}/head:pr
Expand Down

0 comments on commit 3aaf9af

Please sign in to comment.