Skip to content

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.0 #336

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.0

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.0 #336

Workflow file for this run

name: Build
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-yarn:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Setup node environment (for building)
uses: actions/setup-node@v3
with:
node-version: 18.18
- name: Build
run: |
yarn --frozen-lockfile