Skip to content

Commit

Permalink
Update Node version in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Sep 14, 2024
1 parent 28b3bc4 commit 14c3677
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 3ds2-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For additional information, refer to our [documentation on testing 3DS2](https:/

## Prerequisites

- Node.js 18+
- Node.js 20+

This demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com/Adyen/adyen-node-api-library) | [Docs](https://docs.adyen.com/development-resources/libraries#javascript)).

Expand Down
2 changes: 1 addition & 1 deletion authorisation-adjustment-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion authorisation-adjustment-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com
## Requirements

- [Adyen API Credentials](https://docs.adyen.com/development-resources/api-credentials/)
- Node.js 18+
- Node.js 20+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion checkout-example-advanced/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion checkout-example-advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For a simpler flow using `/sessions`, check out the demo in the [`checkout-examp
## Requirements

- [Adyen API Credentials](https://docs.adyen.com/development-resources/api-credentials/)
- Node.js 18+
- Node.js 20+

## 1. Installation

Expand Down
2 changes: 1 addition & 1 deletion checkout-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion checkout-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For a three-steps [advanced use case](https://docs.adyen.com/online-payments/bui
## Requirements

- [Adyen API Credentials](https://docs.adyen.com/development-resources/api-credentials/)
- Node.js 18+
- Node.js 20+

## 1. Installation

Expand Down
2 changes: 1 addition & 1 deletion giftcard-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion giftcard-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This demo provides a simple webhook integration at `/api/webhooks/notifications`

## Run integration on localhost using a proxy
You will need Node.js 18+ to run this application locally.
You will need Node.js 20+ to run this application locally.

1. Clone this repository

Expand Down
2 changes: 1 addition & 1 deletion giving-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion giving-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com

## Requirements

Node.js 18+
Node.js 20+

## Installation

Expand Down
2 changes: 1 addition & 1 deletion in-person-payments-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion in-person-payments-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This demo integrates the Adyen's API Library for Node.js ([GitHub](https://githu
## Prerequisites
- A [terminal device](https://docs.adyen.com/point-of-sale/user-manuals/) and a [test card](https://docs.adyen.com/point-of-sale/testing-pos-payments/) from Adyen
- [Adyen API Credentials](https://docs.adyen.com/development-resources/api-credentials/)
- Node.js 18+
- Node.js 20+

## 1. Installation

Expand Down
2 changes: 1 addition & 1 deletion paybylink-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion paybylink-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This demo leverages Adyen's API Library for Node.js ([GitHub](https://github.com
## Requirements

- [Adyen API Credentials](https://docs.adyen.com/development-resources/api-credentials/)
- Node.js 18+
- Node.js 20+

## 1. Installation

Expand Down
2 changes: 1 addition & 1 deletion subscription-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion subscription-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This demo provides a simple webhook integration at `/api/webhooks/notifications`

## Run integration on localhost using a proxy
You will need Node.js 18+ to run this application locally.
You will need Node.js 20+ to run this application locally.

1. Clone this repository.

Expand Down

0 comments on commit 14c3677

Please sign in to comment.