Skip to content

chore(deps): bump actions/upload-pages-artifact from 3 to 5 #1900

chore(deps): bump actions/upload-pages-artifact from 3 to 5

chore(deps): bump actions/upload-pages-artifact from 3 to 5 #1900

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@v5
- name: Setup node
uses: actions/setup-node@v6
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 }}