Skip to content

Bump the packages group with 7 updates #143

Bump the packages group with 7 updates

Bump the packages group with 7 updates #143

Workflow file for this run

name: Build and Test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
check-latest: true
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: |
- recursive: false
args: [--no-frozen-lockfile]
- name: lint
run: |
pnpm lint
- name: build
run: |
pnpm build