Skip to content

Release v1.0.305, v5.7.19 for SRS Stack #366

Release v1.0.305, v5.7.19 for SRS Stack

Release v1.0.305, v5.7.19 for SRS Stack #366

Workflow file for this run

name: Test for commits
on:
push:
branches: [main]
jobs:
test:
name: Test for commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build