Skip to content

Commit

Permalink
COMMUNITY-73: Update connext version string (#178)
Browse files Browse the repository at this point in the history
* COMMUNITY-73: update connext version string

* COMMUNITY-73: fix node lts version string

* COMMUNITY-73: deactivate fail-fast

* COMMUNITY-73: remove latest from GH Actions
  • Loading branch information
ManuelJNunez authored Jan 26, 2024
1 parent b07ef08 commit d3e0e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
pr_number: ${{ steps.pr_number.outputs.PR_NUMBER }}

strategy:
fail-fast: false
matrix:
version: [17, 18, 20, lts, latest]
version: [17, 18, 20, lts/*]

steps:
# Download the artifacts generated by "PR Handler" if this workflow was
Expand Down
2 changes: 1 addition & 1 deletion rticonnextdds-connector

0 comments on commit d3e0e28

Please sign in to comment.