Skip to content

Commit

Permalink
Upgrade to Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Aug 29, 2024
1 parent c3fd087 commit 9f1490f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
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 20.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20-alpine

COPY . .

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

## Requirements

Node.js 12+
Node.js 20+

## Installation

Expand Down

0 comments on commit 9f1490f

Please sign in to comment.