Skip to content

build(deps): bump tsx from 4.22.3 to 4.22.4 #2670

build(deps): bump tsx from 4.22.3 to 4.22.4

build(deps): bump tsx from 4.22.3 to 4.22.4 #2670

Workflow file for this run

name: Dev
on: push
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 24
uses: actions/setup-node@v4
with:
node-version: 24
- name: Test
run: |
corepack enable
yarn install
yarn test
sample:
runs-on: ubuntu-latest
needs: [test]
if: github.ref == 'refs/heads/main'
name: Sample
permissions:
contents: write
steps:
- name: Run Action
uses: llun/feeds@main
with:
storageType: files