Skip to content

Update all non-major dependencies #394

Update all non-major dependencies

Update all non-major dependencies #394

Workflow file for this run

name: validate
on:
pull_request:
jobs:
validate-build:
runs-on: ubuntu-latest
container:
image: node:19-alpine
steps:
- uses: actions/checkout@v3
- name: 🔧 install + build # This project is built using npm and outputs the result to the 'build' folder
run: |
yarn
yarn build-prefix