Skip to content

Bump the all-dependencies group with 3 updates #22

Bump the all-dependencies group with 3 updates

Bump the all-dependencies group with 3 updates #22

Workflow file for this run

name: Build project
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn run build --base=/${{ github.event.repository.name }}/