Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.3.0 #1407

build(deps-dev): bump prettier from 2.8.8 to 3.3.0

build(deps-dev): bump prettier from 2.8.8 to 3.3.0 #1407

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install deps
run: pnpm install
- name: lint
run: pnpm run test