Skip to content

Commit

Permalink
Merge branch '388-add-load-tester-for-yamcs-to-simulate-open-mct-traf…
Browse files Browse the repository at this point in the history
…fic' of github.com:akhenry/openmct-yamcs into 388-add-load-tester-for-yamcs-to-simulate-open-mct-traffic
  • Loading branch information
scottbell committed Nov 17, 2023
2 parents 96c5a57 + 9c4e947 commit 25ba935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamcs-quickstart-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- stable
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18"
- uses: actions/checkout@v3
Expand Down

0 comments on commit 25ba935

Please sign in to comment.