Skip to content

⬆️ Bump ts-node from 10.9.1 to 10.9.2 #178

⬆️ Bump ts-node from 10.9.1 to 10.9.2

⬆️ Bump ts-node from 10.9.1 to 10.9.2 #178

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- "20"
- "18"
- "16"
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test