Skip to content

Commit

Permalink
Update workflows to run main tests in node 22 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak authored Dec 19, 2024
1 parent 210bfc4 commit 61bf748
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-pillows-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dgac/nmb2b-client': patch
---

Run main tests in node 22
4 changes: 2 additions & 2 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
runs-on: ubuntu-latest

env:
# This will enable real b2b connections on node 20 and if secrets.B2B_API_KEY_ID is set
REAL_B2B_CONNECTIONS: ${{ matrix.node-version == '20' && secrets.B2B_API_KEY_ID && '1' || '' }}
# This will enable real b2b connections on node 22 and if secrets.B2B_API_KEY_ID is set
REAL_B2B_CONNECTIONS: ${{ matrix.node-version == '22' && secrets.B2B_API_KEY_ID && '1' || '' }}

strategy:
matrix:
Expand Down

0 comments on commit 61bf748

Please sign in to comment.