Skip to content

chore(deps-dev): bump tsx from 4.7.3 to 4.10.5 #942

chore(deps-dev): bump tsx from 4.7.3 to 4.10.5

chore(deps-dev): bump tsx from 4.7.3 to 4.10.5 #942

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/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
- uses: andykenward/github-actions/setup-pnpm@74ca078e70cb5bfc9f6c33afc3b63a66f050311f #v1.0.1
with:
node-version: 20
- name: Lint
run: pnpm run lint
- name: Test
run: pnpm run test:ci