Skip to content

Commit

Permalink
Diff Check
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 18, 2024
1 parent aebd828 commit e900074
Show file tree
Hide file tree
Showing 6 changed files with 1,221 additions and 1,169 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
registry-url: https://registry.npmjs.org/

- name: Install
run: npm install

- name: Lint
run: npm run lint

- name: Build
run: npm run build
4 changes: 2 additions & 2 deletions cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const PORTS = [{
},{
Name: 'SRT',
Port: 8890,
Protocol: 'udp',
Protocol: 'tcp',
Description: 'SRT Protocol',
Certificate: false,
Enabled: false
Enabled: true
}].filter((p) => {
return p.Enabled;
});
Expand Down
Loading

0 comments on commit e900074

Please sign in to comment.