Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert authored Jan 28, 2020
1 parent 656f14a commit 69bd89a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
build-test-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.x]
services:
rtsp:
image: steabert/gst-rtsp-launch
Expand All @@ -23,7 +26,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 69bd89a

Please sign in to comment.