Skip to content

build(deps): bump debug from 4.2.0 to 4.3.5 #258

build(deps): bump debug from 4.2.0 to 4.3.5

build(deps): bump debug from 4.2.0 to 4.3.5 #258

Workflow file for this run

name: Build
on:
push:
branches-ignore: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: package.json
- run: yarn install --immutable
- run: yarn run build