Skip to content

Commit f121bc6

Browse files
committed
feat: drop support to nodejs v18
1 parent bce4207 commit f121bc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest] # macos-latest is too slow
12-
node-version: [20.x, 18.x]
12+
node-version: [20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Keep your lambdas warm during winter.
1010

1111
**Requirements:**
12-
* Node *v18.x* or higher
12+
* Node *v20.x* or higher
1313
* Serverless *v3.8* or higher
1414
* AWS provider
1515

0 commit comments

Comments
 (0)