Skip to content

Commit f0ddfc4

Browse files
committed
Drop support for node other than 22
1 parent 4371051 commit f0ddfc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-cdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [18.x, 20.x, 22.x]
13+
node-version: [22.x]
1414

1515
steps:
1616
- name: Check out repository code

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to use this library, you must set up the [CDK](https://docs.aws.amazon.
1313
installing the CDK tool and bootstrapping the account you wish to deploy to. Additionally, you must have [Node](https://nodejs.org/en/) installed.
1414

1515
> [!NOTE]
16-
> This library is tested against Node Versions 16, 18, and 20. If these versions are not available for your system, we recommend
16+
> This library is tested against Node Versions 22. If these version is not available for your system, we recommend
1717
> using [NVM](https://github.com/nvm-sh/nvm) to install a compatible version
1818
1919
## Quickstart

0 commit comments

Comments
 (0)