Skip to content

Commit

Permalink
chore: drop support for node 16 & 18
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Dec 12, 2023
1 parent 216dbb8 commit 470796c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest] # macos-latest is too slow
node-version: [20.x, 18.x, 16.x, 14.x]
node-version: [20.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Keep your lambdas warm during winter.

**Requirements:**
* Node *v14.x* or higher
* Node *v18.x* or higher
* Serverless *v3.8* or higher
* AWS provider

Expand Down

0 comments on commit 470796c

Please sign in to comment.