Skip to content

Bump @biomejs/biome from 2.3.13 to 2.4.4 #55

Bump @biomejs/biome from 2.3.13 to 2.4.4

Bump @biomejs/biome from 2.3.13 to 2.4.4 #55

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-slim
strategy:
matrix:
node-version: [22.x, 24.x, 25.x]
steps:
- uses: actions/checkout@v6
with:
show-progress: false
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run ci
- run: npm run build
- run: npm test
env:
CI: true
artifacts:
runs-on: ubuntu-slim
needs: build
steps:
- uses: actions/checkout@v6
with:
show-progress: false
- uses: actions/setup-node@v6
with:
node-version: 25.x
cache: npm
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v6
with:
name: linux-x64
path: dist/linux-x64/dot-language-server
- uses: actions/upload-artifact@v6
with:
name: linux-arm64
path: dist/linux-arm64/dot-language-server
- uses: actions/upload-artifact@v6
with:
name: windows-x64
path: dist/windows-x64/dot-language-server.exe
- uses: actions/upload-artifact@v6
with:
name: darwin-arm64
path: dist/darwin-arm64/dot-language-server