Skip to content

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 #331

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2

chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 #331

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint
- name: Run tests
run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}