Skip to content

Update dependency typescript to v5.7.3 () #2234

Update dependency typescript to v5.7.3 ()

Update dependency typescript to v5.7.3 () #2234

Workflow file for this run

name: hello-world
on:
pull_request:
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
push:
branches:
- main
paths:
- hello-world/**
- '**/*.json'
- pnpm-*
- .github/workflows/hello-world.yaml
defaults:
run:
working-directory: hello-world
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm test
- run: pnpm build
- name: Run hello-world
uses: ./hello-world
with:
name: foo