Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.25.0 to 8.26.0 #170

build(deps-dev): bump @typescript-eslint/parser from 8.25.0 to 8.26.0

build(deps-dev): bump @typescript-eslint/parser from 8.25.0 to 8.26.0 #170

Workflow file for this run

name: Test and Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build