Skip to content

build(deps-dev): bump @wixc3/testing from 17.1.1 to 18.0.0 #4701

build(deps-dev): bump @wixc3/testing from 17.1.1 to 18.0.0

build(deps-dev): bump @wixc3/testing from 17.1.1 to 18.0.0 #4701

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [22]
os: [ubuntu-latest, windows-latest, macOS-latest]
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 test