Skip to content

chore: bump testcontainers from 11.8.0 to 11.8.1 #553

chore: bump testcontainers from 11.8.0 to 11.8.1

chore: bump testcontainers from 11.8.0 to 11.8.1 #553

Workflow file for this run

name: QA
on: pull_request
concurrency:
group: qa-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '24.x'
- name: Install dependencies
run: |
npm ci
- name: Run QA
run: |
npm run qa
- name: Run build
run: |
npm run build