Skip to content

Commit 9a6d9da

Browse files
committed
Only include node 20, 22
1 parent d04900d commit 9a6d9da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
node-version: [18, 20, 22]
14+
node-version: [20, 22]
1515
runs-on: ubuntu-22.04
1616
permissions:
1717
id-token: write

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Removes:
66
- aws-sdk as a runtime dependency.
7-
- Node 14 support.
7+
- All node support prior to version 20.
88
- Adds:
99
- `@aws-sdk/client-cloudformation` as a runtime dependency.
1010
- Updates:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Helper functions for assembling CloudFormation templates in JavaScript",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=18"
7+
"node": ">=20"
88
},
99
"scripts": {
1010
"pretest": "npm run lint && npm run shortcuts-api-doc",

0 commit comments

Comments
 (0)