Skip to content

Commit

Permalink
Drop Node 14
Browse files Browse the repository at this point in the history
It's no more supported by AWS (creation are blocked since Jan 9, 2024)

https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated
  • Loading branch information
j0k3r committed May 16, 2024
1 parent 3ef76c2 commit 09c2e75
Show file tree
Hide file tree
Showing 3 changed files with 2,359 additions and 14,252 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- windows-latest
- ubuntu-20.04
node:
- "14"
- "16"
- "18"
- "20"
Expand Down Expand Up @@ -67,7 +66,7 @@ jobs:
run: "npm run test-coverage"

- name: "Upload to Coveralls"
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -80,7 +79,7 @@ jobs:
os:
- ubuntu-20.04
node:
- "14"
- "16"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -111,7 +110,7 @@ jobs:
os:
- ubuntu-20.04
node:
- "14"
- "16"

steps:
- name: "Checkout"
Expand Down
Loading

0 comments on commit 09c2e75

Please sign in to comment.