Skip to content

fix(deps): update dependency @oxc-project/types to ^0.102.0 #1041

fix(deps): update dependency @oxc-project/types to ^0.102.0

fix(deps): update dependency @oxc-project/types to ^0.102.0 #1041

Workflow file for this run

on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- name: Disable AppArmor for chromium
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns || true
- run: npm run test
- if: always()
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info
format: lcov