We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbab04 commit 56125daCopy full SHA for 56125da
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
test:
12
strategy:
13
matrix:
14
- node-version: [14, 16, 18]
+ node-version: [18, 20, 22]
15
runs-on: ubuntu-22.04
16
permissions:
17
id-token: write
package.json
@@ -4,7 +4,7 @@
4
"description": "Helper functions for assembling CloudFormation templates in JavaScript",
5
"main": "index.js",
6
"engines": {
7
- "node": ">=14"
+ "node": ">=18"
8
},
9
"scripts": {
10
"pretest": "npm run lint && npm run shortcuts-api-doc",
0 commit comments