Skip to content

Commit 109efaa

Browse files
committed
v6.0.0: drop node <16 support
1 parent 45cd121 commit 109efaa

File tree

4 files changed

+7154
-9
lines changed

4 files changed

+7154
-9
lines changed

Diff for: .github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [18.x, 16.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

Diff for: .travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- "14"
4-
- "12"
5-
- "10"
6-
- "8"
3+
- "18"
4+
- "16"
75
sudo: false
86
before_install:
97
- npm install -g grunt-cli

0 commit comments

Comments
 (0)