Skip to content

Bump serde_json from 1.0.117 to 1.0.119 in /examples #202

Bump serde_json from 1.0.117 to 1.0.119 in /examples

Bump serde_json from 1.0.117 to 1.0.119 in /examples #202

Workflow file for this run

name: Website
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
types: [checks_requested]
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build