Skip to content

Commit fef7cb8

Browse files
authored
Merge pull request #1794 from serverless-heaven/fix/drop-node-14
Drop Node < 16
2 parents 1762655 + ce06006 commit fef7cb8

File tree

3 files changed

+2359
-14252
lines changed

3 files changed

+2359
-14252
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- windows-latest
2222
- ubuntu-20.04
2323
node:
24-
- "14"
2524
- "16"
2625
- "18"
2726
- "20"
@@ -67,7 +66,7 @@ jobs:
6766
run: "npm run test-coverage"
6867

6968
- name: "Upload to Coveralls"
70-
uses: coverallsapp/github-action@master
69+
uses: coverallsapp/github-action@v2
7170
with:
7271
github-token: ${{ secrets.GITHUB_TOKEN }}
7372

@@ -80,7 +79,7 @@ jobs:
8079
os:
8180
- ubuntu-20.04
8281
node:
83-
- "14"
82+
- "16"
8483

8584
steps:
8685
- name: "Checkout"
@@ -111,7 +110,7 @@ jobs:
111110
os:
112111
- ubuntu-20.04
113112
node:
114-
- "14"
113+
- "16"
115114

116115
steps:
117116
- name: "Checkout"

0 commit comments

Comments
 (0)