Skip to content

Commit d0b1cfe

Browse files
authored
Merge pull request #2 from dhensby/pulls/updates
Update tests, dependencies and header typing
2 parents 2a38f72 + 9ebc816 commit d0b1cfe

File tree

5 files changed

+404
-502
lines changed

5 files changed

+404
-502
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [12.x, 14.x, 16.x]
29+
node-version: [12.x, 14.x, 16.x, 18.x]
3030
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3131
steps:
3232
- uses: actions/checkout@v2

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HTTP Message Signatures
22

3+
[![Node.js CI](https://github.com/dhensby/node-http-message-signatures/actions/workflows/nodejs.yml/badge.svg)](https://github.com/dhensby/node-http-message-signatures/actions/workflows/nodejs.yml)
4+
35
Based on the draft specifications for HTTP Message Signatures, this library facilitates the signing
46
of HTTP messages before being sent.
57

0 commit comments

Comments
 (0)