Skip to content

Commit

Permalink
Merge pull request #54 from badgateway/update-deps
Browse files Browse the repository at this point in the history
Upgrade some deps and require Node 18
  • Loading branch information
evert committed Jan 28, 2024
2 parents ce18ef5 + 18fc83d commit e87ddd0
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 3,852 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm test

Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ChangeLog
------------------

* Support for a new 'Date' type, from draft [draft-ietf-httpbis-sfbis-02][7].
* Now requires Node 18.


1.0.1 (2023-08-03)
Expand Down
Loading

0 comments on commit e87ddd0

Please sign in to comment.