Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
buildAndTest:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 20
- 22
- 24
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.11.0

- Updating `type` to support the new `jsonLDOptions`
- Dropping `node18` support since it's passed it's end of life
- Updating to the latest `undici` version 7
- Updating dependencies to fix npm vulnerabilities

## 6.10.0

- Updating dependencies to fix npm vulnerabilities
Expand Down
Loading
Loading