Skip to content

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.7 #204

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.7

build(deps-dev): bump @biomejs/biome from 2.5.5 to 2.5.7 #204

Workflow file for this run

---
# SPDX-FileCopyrightText: 2018 - 2026 DCO App Contributors
# SPDX-License-Identifier: ISC
name: Test
"on":
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npm test