Skip to content

Commit

Permalink
Support Node v20 (#333)
Browse files Browse the repository at this point in the history
* Support node v20

* Support node v20
  • Loading branch information
itsikcircle authored Dec 18, 2023
1 parent fc067af commit 7c3d401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"xmlhttprequest"
],
"engines": {
"node": "^14.19.1 || ^16.14.2 || ^18.0.0"
"node": "^14.19.1 || ^16.14.2 || ^18.0.0 || ^20.0.0"
},
"repository": "Kong/httpsnippet",
"bugs": {
Expand Down

0 comments on commit 7c3d401

Please sign in to comment.