Skip to content

fix(deps): update all non-major dependencies #486

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #486

Workflow file for this run

name: Integration
on:
workflow_dispatch:
push:
jobs:
test_on_node_versions:
runs-on: 'ubuntu-24.04'
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
# - run: npm run test # Curretnly there are no playwrite tests