Skip to content

Commit

Permalink
Add support for Node 22
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Aug 19, 2024
1 parent 1626719 commit b2a41b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
node-version:
- 18
- 20
- 22
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
steps:
Expand All @@ -134,7 +135,7 @@ jobs:
matrix:
node-version:
- 18
- 20
- 22
env:
SOFTHSM2_CONF: ${{ github.workspace }}/softhsm2.conf
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The following table shows versions of Fabric, programming language runtimes, and
| ------------ | ---------------- | ---------------- |
| **Fabric** | 2.5 | 2.4.4+ |
| **Go** | 1.21, 1.22, 1.23 | 1.21, 1.22, 1.23 |
| **Node** | 18, 20 | 18, 20 |
| **Node** | 18, 20, 22 | 18, 20, 22 |
| **Java** | 11, 17, 21 | 8, 11, 17, 21 |
| **Platform** | Ubuntu 22.04 | |

0 comments on commit b2a41b5

Please sign in to comment.