Skip to content

Bump the npm_and_yarn group across 2 directories with 18 updates #59

Bump the npm_and_yarn group across 2 directories with 18 updates

Bump the npm_and_yarn group across 2 directories with 18 updates #59

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Build app
run: |
cd app
yarn && yarn build