Skip to content

Commit

Permalink
v6.0.0: drop node <16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Apr 12, 2023
1 parent 45cd121 commit 109efaa
Show file tree
Hide file tree
Showing 4 changed files with 7,154 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: node_js
node_js:
- "14"
- "12"
- "10"
- "8"
- "18"
- "16"
sudo: false
before_install:
- npm install -g grunt-cli
Expand Down

0 comments on commit 109efaa

Please sign in to comment.