8000 feat(options): allow to control headers casing by naorpeled · Pull Request #246 · jeremydaly/lambda-api · GitHub
[go: up one dir, main page]

Skip to content

feat(options): allow to control headers casing #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
.
  • Loading branch information
naorpeled committed Sep 3, 2023
commit ca621a9e958c7f7d50a72991e131bf6573ee3762
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, "16.5.1", 18]
node: [14, 16, 18]
name: Node ${{ matrix.node }}
steps:
- name: "Checkout latest code"
Expand Down
0