Skip to content

chore: 🤖 bump node to v20 #48

chore: 🤖 bump node to v20

chore: 🤖 bump node to v20 #48

Workflow file for this run

name: pull_request
on: [pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup Repository
uses: actions/checkout@v3
- name: 📦 Install
uses: ./.github/actions/install
with:
node-version: 20
pnpm-version: 8.10.5
- name: 🚨 Lint
run: pnpm lint
- name: 🎨 Format
run: pnpm format
- name: 🏷️ Check Types
run: pnpm check-types
- name: ✅ Test
run: pnpm coverage
- name: 🧱 Build
run: pnpm build