Skip to content

Update to 1.7.4

Update to 1.7.4 #182

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build