Skip to content

build(deps-dev): bump @comunica/query-sparql-file from 2.9.0 to 2.10.0 #2892

build(deps-dev): bump @comunica/query-sparql-file from 2.9.0 to 2.10.0

build(deps-dev): bump @comunica/query-sparql-file from 2.9.0 to 2.10.0 #2892

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile