Skip to content

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5 #446

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5

chore(deps-dev): bump prettier from 2.7.1 to 3.2.5 #446

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⏬ Checkout
uses: actions/checkout@v4
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: 🔋 Install
run: npm ci
- name: 🤖 Linting
run: npm run lint
- name: 🛠️ Building
run: npm run build