Skip to content

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 #482

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4

chore(deps-dev): bump prettier from 3.1.0 to 3.2.4 #482

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 16
- name: Build
run: |
npm ci
npm run format
npm run lint
npm run build
npm run pack