Skip to content

build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.3 #96

build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.3

build(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.3 #96

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20.x
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: pnpm run ci
run: pnpm run ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3