Skip to content

TS CI (badge)

TS CI (badge) #21

Workflow file for this run

name: TS CI (badge)
on: { workflow_dispatch: {}, schedule: [{ cron: "0 5 * * 1" }] }
permissions: { contents: read }
jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@89d709d423dc495668cd762a18dd4a070611be3f
with: { node-version: "20" }
- run: node -v && npm -v