Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

fix(deps): update gatsby monorepo #496

fix(deps): update gatsby monorepo

fix(deps): update gatsby monorepo #496

Workflow file for this run

name: build-test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.1
with:
node-version: '18.x'
- name: use yarn
run: |
yarn --ignore-engines
yarn build