File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [14 .x, 16.x, 18 .x]
12
+ node-version : [18 .x, 20 .x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Before you begin to integrate:
53
53
54
54
- [ Create an Adyen test account] ( https://docs.adyen.com/get-started-with-adyen#test-account ) .
55
55
- [ 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.
57
57
58
58
## Installation
59
59
Original file line number Diff line number Diff line change 5
5
"main" : " lib/src/index.js" ,
6
6
"types" : " lib/src/index.d.ts" ,
7
7
"engines" : {
8
- "node" : " >=12 "
8
+ "node" : " >=18 "
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments