Skip to content

Bump the npm group across 1 directory with 4 updates #2247

Bump the npm group across 1 directory with 4 updates

Bump the npm group across 1 directory with 4 updates #2247

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@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
check-latest: true
package-manager-cache: false
- uses: pnpm/action-setup@v5
name: Install pnpm
with:
run_install: |
- recursive: true
args: [--no-frozen-lockfile]
- name: lint
run: pnpm lint
- name: Build
run: pnpm build