Skip to content

update cql-execution to 3.3.2 #148

update cql-execution to 3.3.2

update cql-execution to 3.3.2 #148

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Run npm
run: |
npm ci
npm run lint
npm test
- name: Audit dependencies (moderate+)
run: |
npm audit --audit-level=moderate
- name: Run validation
run: ./bin/validate_browser.sh