Skip to content

build(deps-dev): bump @biomejs/biome from 2.1.3 to 2.2.2 in the minor… #45

build(deps-dev): bump @biomejs/biome from 2.1.3 to 2.2.2 in the minor…

build(deps-dev): bump @biomejs/biome from 2.1.3 to 2.2.2 in the minor… #45

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- lts/-1
- lts/*
- latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci