Skip to content

Commit

Permalink
Merge pull request #5 from hexlabsio/feature/middy
Browse files Browse the repository at this point in the history
Middy generation
  • Loading branch information
chrisbarbour authored Nov 16, 2024
2 parents 3c73046 + af6e2e3 commit bcc1c16
Show file tree
Hide file tree
Showing 17 changed files with 1,993 additions and 315 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.0.0
uses: actions/checkout@v4

- name: Set Version
run: npm --no-git-tag-version version 3.0.${{ github.run_number }}
run: npm --no-git-tag-version version 4.0.${{ github.run_number }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
Loading

0 comments on commit bcc1c16

Please sign in to comment.