Skip to content

Commit 2d437b8

Browse files
authored
upgrade node version to >18 (#1220)
1 parent ef402f2 commit 2d437b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x]
12+
node-version: [18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Before you begin to integrate:
5353

5454
- [Create an Adyen test account](https://docs.adyen.com/get-started-with-adyen#test-account).
5555
- [Set up your API credentials](https://docs.adyen.com/development-resources/api-credentials).
56-
- [Install Node.js](https://nodejs.org/en/download/) version 12 or later.
56+
- [Install Node.js](https://nodejs.org/en/download/) version 18 or later.
5757

5858
## Installation
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
77
"engines": {
8-
"node": ">=12"
8+
"node": ">=18"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)