Skip to content

Commit ffcf9fb

Browse files
Merge pull request #339 from mercadopago/fix/update-version-to-16
Update version to 16
2 parents a404390 + 69e5572 commit ffcf9fb

File tree

4 files changed

+6110
-593
lines changed

4 files changed

+6110
-593
lines changed
File renamed without changes.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x, 18.x, 19.x]
16+
node-version: [16.x, 18.x, 20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This library provides developers with a simple set of bindings to help you integ
1111

1212
## 💡 Requirements
1313

14-
The SDK Supports NodeJS version 12 or higher.
14+
The SDK Supports NodeJS version 16 or higher.
1515

1616
## 📲 Installation
1717

@@ -138,6 +138,6 @@ site: [English](https://www.mercadopago.com/developers/en/support/center/contact
138138
## 🏻 License
139139

140140
```
141-
MIT license. Copyright (c) 2023 - Mercado Pago / Mercado Libre
141+
MIT license. Copyright (c) 2024 - Mercado Pago / Mercado Libre
142142
For more information, see the LICENSE file.
143143
```

0 commit comments

Comments
 (0)