Skip to content

chore(deps-dev): bump tsx from 3.14.0 to 4.1.4 #403

chore(deps-dev): bump tsx from 3.14.0 to 4.1.4

chore(deps-dev): bump tsx from 3.14.0 to 4.1.4 #403

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- uses: unlike-ltd/github-actions/[email protected]
with:
node-version: 20
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm run test