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 ea200d9 commit e60771e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '18', '20']
node: ['14', '16', '18', '20']
name: Node ${{ matrix.node }}
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 @@ -6,7 +6,7 @@ Box Node.js SDK
===============

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

Expand Down Expand Up @@ -253,7 +253,7 @@ We highly recommend upgrading to the latest SDK major release at the earliest co

| Version | Supported Environments | State | First Release | EOL/Terminated |
|---------|------------------------|-----------|---------------|----------------|
| 3 | Node.js >= 12 and <= 20| Supported | 23 May 2023 | TBD |
| 3 | Node.js >= 14 and <= 20| Supported | 23 May 2023 | TBD |
| 2 | Node.js >= 8 and <= 14 | Maintained | 29 Sep 2021 | 23 Jul 2023 |
| 1 | | EOL | 28 Mar 2019 | 29 Sep 2021 |

Expand Down

0 comments on commit e60771e

Please sign in to comment.