Skip to content

Commit

Permalink
Merge pull request #202 from UKGovernmentBEIS/DineshKumarASD-patch-8
Browse files Browse the repository at this point in the history
Update upload_preprod.yml
  • Loading branch information
DineshKumarASD authored May 16, 2024
2 parents 8b956e8 + 446bfac commit ea6faa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node-version: [ 18.x ]
node-version: [ 18.3 ]

runs-on: ${{ matrix.os }}

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/upload_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
jobs:
upload:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.3]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

name: Upload new Release to ECR
steps:
- name: Checkout
Expand Down

0 comments on commit ea6faa7

Please sign in to comment.