Skip to content

Commit

Permalink
Merge pull request #225 from adyen-examples/node18-support
Browse files Browse the repository at this point in the history
Node18 support
  • Loading branch information
gcatanese authored Aug 15, 2024
2 parents 6f9c7b6 + 3d4a509 commit d04ca57
Show file tree
Hide file tree
Showing 5 changed files with 11,563 additions and 20,479 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.14.0
nodejs 18.17.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com/

## Requirements

Node.js 12+
Node.js 18+

## Installation

Expand Down
Loading

0 comments on commit d04ca57

Please sign in to comment.