Skip to content

build(deps): bump fast-uri from 3.1.2 to 3.1.5 in /examples/typescript #4356

build(deps): bump fast-uri from 3.1.2 to 3.1.5 in /examples/typescript

build(deps): bump fast-uri from 3.1.2 to 3.1.5 in /examples/typescript #4356

Workflow file for this run

name: Linter
on:
pull_request:
push:
branches:
- master
- release/*
env:
FORCE_COLOR: true
jobs:
biome:
runs-on: ubuntu-latest
name: Biome
steps:
- name: 'Checkout'
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: 'Install Node.js'
uses: actions/setup-node@v6.4.0
with:
node-version-file: '.nvmrc'
- name: 'Install dependencies'
run: npm ci
- name: 'Lint files'
run: 'npm run lint'