Skip to content

Commit d031856

Browse files
committed
done
1 parent 8f67f91 commit d031856

File tree

4 files changed

+22
-25
lines changed

4 files changed

+22
-25
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
branches: [master]
77
# Allows you to run this workflow manually from the Actions tab.
88
workflow_dispatch:
9-
# TODO: REMOVE.
10-
pull_request:
119

1210
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1311
permissions:
@@ -25,10 +23,9 @@ concurrency:
2523
jobs:
2624
# Single deploy job since we're just deploying.
2725
deploy:
28-
# TODO: Uncomment
29-
# environment:
30-
# name: github-pages
31-
# url: ${{ steps.deployment.outputs.page_url }}
26+
environment:
27+
name: github-pages
28+
url: ${{ steps.deployment.outputs.page_url }}
3229

3330
runs-on: ubuntu-latest
3431

.github/workflows/rtp.js.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ jobs:
1717
strategy:
1818
matrix:
1919
ci:
20-
# - os: ubuntu-22.04
21-
# node: 18
22-
# - os: ubuntu-24.04
23-
# node: 20
24-
# - os: ubuntu-24.04
25-
# node: 22
26-
# - os: macos-13
27-
# node: 18
28-
# - os: macos-14
29-
# node: 20
30-
# - os: macos-15
31-
# node: 22
32-
# - os: windows-2022
33-
# node: 20
34-
# - os: windows-2025
35-
# node: 22
20+
- os: ubuntu-22.04
21+
node: 18
22+
- os: ubuntu-24.04
23+
node: 20
24+
- os: ubuntu-24.04
25+
node: 22
26+
- os: macos-13
27+
node: 18
28+
- os: macos-14
29+
node: 20
30+
- os: macos-15
31+
node: 22
32+
- os: windows-2022
33+
node: 20
34+
- os: windows-2025
35+
node: 22
3636

3737
runs-on: ${{ matrix.ci.os }}
3838

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtp.js",
3-
"version": "0.14.2",
3+
"version": "0.14.0",
44
"description": "RTP stack for Node.js and browser written in TypeScript",
55
"contributors": [
66
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",

0 commit comments

Comments
 (0)