Skip to content

chore(deps-dev): bump webpack from 5.88.2 to 5.95.0 in /clients/js #999

chore(deps-dev): bump webpack from 5.88.2 to 5.95.0 in /clients/js

chore(deps-dev): bump webpack from 5.88.2 to 5.95.0 in /clients/js #999

Workflow file for this run

name: "CI Nix"
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
system: [ x86_64-linux, aarch64-darwin ]
steps:
- uses: actions/checkout@v4
- run: om ci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} run --systems "${{ matrix.system }}"