Skip to content

Commit a0bfe26

Browse files
authored
Merge pull request #136 from kelchy/main
Release http/server 0.2.5
2 parents 8ee4526 + e50cfc9 commit a0bfe26

3 files changed

Lines changed: 267 additions & 129 deletions

File tree

.github/workflows/http-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525

2626
- name: Setup node
2727
if: steps.check.outputs.changed == 'true'
28-
uses: actions/setup-node@v2
28+
uses: actions/setup-node@v5
2929
with:
30-
node-version: 16.x
30+
node-version: 20.x
3131
always-auth: true
3232
registry-url: https://registry.npmjs.org
3333
cache: npm

lib/http/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@kelchy/log": "^1.1.4",
3131
"express": "^4.19.2",
3232
"cookie-parser": "^1.4.6",
33-
"body-parser": "^1.20.1",
33+
"body-parser": "^1.20.3",
3434
"helmet": "^6.0.1",
3535
"cors": "^2.8.5",
3636
"swagger-ui-express": "^4.6.0",

0 commit comments

Comments
 (0)