Skip to content

chore(deps): bump the minor-and-patch group with 8 updates #1933

chore(deps): bump the minor-and-patch group with 8 updates

chore(deps): bump the minor-and-patch group with 8 updates #1933

Workflow file for this run

name: Website Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Build Website
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup node
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build --workspace=./website
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}