Skip to content

build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.4 #79

build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.4

build(deps-dev): bump @biomejs/biome from 2.2.2 to 2.2.4 #79

Workflow file for this run

name: Build and Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test