Skip to content

chore(deps): bump @yarnpkg/fslib from 3.0.2 to 3.1.0 #11

chore(deps): bump @yarnpkg/fslib from 3.0.2 to 3.1.0

chore(deps): bump @yarnpkg/fslib from 3.0.2 to 3.1.0 #11

Workflow file for this run

name: Validate PR
on:
pull_request:
permissions:
contents: read
jobs:
Build-packages:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: yarn
- name: Build 🔧
run: yarn build:all