Skip to content

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory #80

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory

chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the npm_and_yarn group across 1 directory #80

Workflow file for this run

name: Build Package
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Lint
run:
pnpm run lint
- name: Create npm package
run: pnpm pack