Skip to content

chore(deps): bump the production-dependencies group in /website with 2 updates #26

chore(deps): bump the production-dependencies group in /website with 2 updates

chore(deps): bump the production-dependencies group in /website with 2 updates #26

Workflow file for this run

name: Test deployment
on:
pull_request:
paths:
- "website/**"
- ".github/workflows/test-deploy.yaml"
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
cache:
cache-dependency-path: website/package-lock.json
- name: Install dependencies
working-directory: website
run: yarn install --frozen-lockfile
- name: Build website
working-directory: website
run: yarn build