Skip to content

Commit

Permalink
Drop support Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Nov 3, 2023
1 parent aa3b8f3 commit 266fe8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['12', '14', '16', '18']
node: ['14', '16', '18']
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Box CLI

[![Project Status](http://opensource.box.com/badges/active.svg)](http://opensource.box.com/badges)
![Platform](https://img.shields.io/badge/node-12--18-blue)
![Platform](https://img.shields.io/badge/node-14--18-blue)
[![Coverage](https://coveralls.io/repos/github/box/boxcli/badge.svg?branch=main)](https://coveralls.io/github/box/boxcli?branch=main)


Expand Down Expand Up @@ -183,7 +183,7 @@ A current release is on the leading edge of our SDK development, and is intended

| Version | Supported Environments | State | First Release | EOL/Terminated |
|---------|-------------------------|-----------|---------------|----------------|
| 3 | Node.js >= 12 | Supported | 01 Feb 2022 | TBD |
| 3 | Node.js >= 14 | Supported | 01 Feb 2022 | TBD |
| 2 | | EOL | 14 Dec 2018 | 01 Feb 2022 |
| 1 | | EOL | 01 Nov 2017 | 14 Dec 2018 |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"standard-version": "^9.5.0"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"files": [
"/bin",
Expand Down

0 comments on commit 266fe8e

Please sign in to comment.