We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc067af commit 7c3d401Copy full SHA for 7c3d401
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- node-version: [16, 18]
+ node-version: [16, 18, 20]
20
steps:
21
- name: Checkout branch
22
uses: actions/checkout@v3
package.json
@@ -39,7 +39,7 @@
39
"xmlhttprequest"
40
],
41
"engines": {
42
- "node": "^14.19.1 || ^16.14.2 || ^18.0.0"
+ "node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
43
},
44
"repository": "Kong/httpsnippet",
45
"bugs": {
0 commit comments