We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee509d commit 243b425Copy full SHA for 243b425
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- node-version: [ 16.x, 18.x, 20.x ]
+ node-version: [ 18.x, 20.x ]
19
os: [ windows-latest, ubuntu-latest, macOS-latest ]
20
21
# Go
package.json
@@ -17,7 +17,7 @@
"lint": "eslint . --fix"
},
"engines": {
- "node": ">=16"
+ "node": ">=18"
22
"author": "Michael Hart <michael.hart.au@gmail.com>",
23
"license": "Apache-2.0",
@@ -57,4 +57,4 @@
57
"serverless",
58
"test"
59
]
60
-}
+}
0 commit comments