Skip to content

Commit

Permalink
updats
Browse files Browse the repository at this point in the history
  • Loading branch information
mcliff1 committed Nov 9, 2024
1 parent f6081e9 commit b6cac77
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 326 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/eslint.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/s3-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:

- name: Build And Deploy
run: |
nodejs -v
ACCOUNT_NAME=$(aws ssm get-parameter --name /foundation/account/name --query 'Parameter.Value' --output text)
echo $ACCOUNT_NAME
BUCKET=$(aws ssm get-parameter --name /app/cdn/${ACCOUNT_NAME}-cliffconsulting/bucket --query 'Parameter.Value' --output text)
Expand Down
Loading

0 comments on commit b6cac77

Please sign in to comment.