Skip to content

build(deps-dev): bump tsx from 4.11.0 to 4.15.1 #143

build(deps-dev): bump tsx from 4.11.0 to 4.15.1

build(deps-dev): bump tsx from 4.11.0 to 4.15.1 #143

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: npm cit
env:
CI: true