Skip to content

Commit 7c3d401

Browse files
authored
Support Node v20 (#333)
* Support node v20 * Support node v20
1 parent fc067af commit 7c3d401

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [16, 18]
19+
node-version: [16, 18, 20]
2020
steps:
2121
- name: Checkout branch
2222
uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"xmlhttprequest"
4040
],
4141
"engines": {
42-
"node": "^14.19.1 || ^16.14.2 || ^18.0.0"
42+
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
4343
},
4444
"repository": "Kong/httpsnippet",
4545
"bugs": {

0 commit comments

Comments
 (0)