Skip to content

chore: update to v1.6.2 #421

chore: update to v1.6.2

chore: update to v1.6.2 #421

Workflow file for this run

name: Node.js Package CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm lint
- run: pnpm build