Skip to content

Bump serde_json from 1.0.132 to 1.0.134 (#33) #53

Bump serde_json from 1.0.132 to 1.0.134 (#33)

Bump serde_json from 1.0.132 to 1.0.134 (#33) #53

Workflow file for this run

name: frontend-test
on:
push:
branches:
- main
pull_request:
jobs:
test:
defaults:
run:
working-directory: ./frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version-file: frontend/.node-version
cache: npm
cache-dependency-path: frontend/package-lock.json
- run: npm ci
- run: npm run test