diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 741ec291..49ee496d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,12 @@ jobs: - uses: actions/setup-go@v6 with: go-version: 1.25 + - uses: actions/setup-node@v4 + with: + node-version: 22 - uses: actions/checkout@v6 + - name: Run Web UI tests + run: node --test html/index.test.js - env: VIMEO_TEST_API_KEY: ${{ secrets.VIMEO_ACCESS_TOKEN }} YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }} diff --git a/html/index.html b/html/index.html index e7846dda..ce1aa268 100644 --- a/html/index.html +++ b/html/index.html @@ -4,6 +4,7 @@ Podsync +