We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ee4526 + e50cfc9 commit a0bfe26Copy full SHA for a0bfe26
3 files changed
.github/workflows/http-server.yml
@@ -25,9 +25,9 @@ jobs:
25
26
- name: Setup node
27
if: steps.check.outputs.changed == 'true'
28
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v5
29
with:
30
- node-version: 16.x
+ node-version: 20.x
31
always-auth: true
32
registry-url: https://registry.npmjs.org
33
cache: npm
lib/http/server/package.json
@@ -30,7 +30,7 @@
"@kelchy/log": "^1.1.4",
"express": "^4.19.2",
"cookie-parser": "^1.4.6",
- "body-parser": "^1.20.1",
+ "body-parser": "^1.20.3",
34
"helmet": "^6.0.1",
35
"cors": "^2.8.5",
36
"swagger-ui-express": "^4.6.0",
0 commit comments