Skip to content

build(deps): lock file maintenance (#323) #643

build(deps): lock file maintenance (#323)

build(deps): lock file maintenance (#323) #643

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: [main]
push:
branches: [main]
tags:
- '!*'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm format-check