Skip to content

Commit

Permalink
Merge pull request #31 from alexgladd/develop
Browse files Browse the repository at this point in the history
Attempt to get working again - 1.1.0
  • Loading branch information
alexgladd authored Feb 5, 2024
2 parents 56b85a9 + c6f3818 commit 5f80325
Show file tree
Hide file tree
Showing 9 changed files with 15,273 additions and 14,169 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'

- name: Install
run: npm ci
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '20.x'

- name: Install
run: npm ci
Expand All @@ -25,7 +25,7 @@ jobs:
run: npm run build

- name: AWS Setup
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
Loading

0 comments on commit 5f80325

Please sign in to comment.