Skip to content

Commit 56125da

Browse files
committed
Update node versions
1 parent 1fbab04 commit 56125da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: [14, 16, 18]
14+
node-version: [18, 20, 22]
1515
runs-on: ubuntu-22.04
1616
permissions:
1717
id-token: write

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": ">=14"
7+
"node": ">=18"
88
},
99
"scripts": {
1010
"pretest": "npm run lint && npm run shortcuts-api-doc",

0 commit comments

Comments
 (0)