Skip to content

chore(deps): bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group #13

chore(deps): bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group

chore(deps): bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group #13

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