Skip to content

Commit

Permalink
Merge pull request #177 from trojs/feature/node-23
Browse files Browse the repository at this point in the history
Feature/node 23
  • Loading branch information
w3nl authored Oct 17, 2024
2 parents bcba092 + d5b971c commit ad0fb4f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x, 23.x]

steps:
- uses: actions/checkout@v4
Expand Down
136 changes: 67 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@trojs/openapi-server",
"description": "OpenAPI Server",
"version": "2.1.0",
"version": "2.1.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://trojs.org/"
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"overrides": {
"semver": "^7.5.3",
"send": "^0.19.0",
"send@<=0.19.0": "^0.19.0",
"cookie@<=0.7.0": "0.7.0"
}
}

0 comments on commit ad0fb4f

Please sign in to comment.