Skip to content

build(deps-dev): bump @biomejs/biome from 2.3.14 to 2.4.4 (#34) #109

build(deps-dev): bump @biomejs/biome from 2.3.14 to 2.4.4 (#34)

build(deps-dev): bump @biomejs/biome from 2.3.14 to 2.4.4 (#34) #109

Workflow file for this run

name: build-node18
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies 📦
run: npm ci
- name: Lint 🧹
run: |
npm run lint
npm run ts-check
- name: Build 🔧
run: npm run build
- name: Test 🧪
run: npm run coverage