Skip to content

Commit

Permalink
Merge pull request #1794 from serverless-heaven/fix/drop-node-14
Browse files Browse the repository at this point in the history
Drop Node < 16
  • Loading branch information
j0k3r committed May 17, 2024
2 parents 1762655 + ce06006 commit fef7cb8
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@v2
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

0 comments on commit fef7cb8

Please sign in to comment.