Skip to content

chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#205) #274

chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#205)

chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#205) #274

Workflow file for this run

name: Sleep120
on: [push]
jobs:
task:
runs-on: ubuntu-latest
name: Task
steps:
- uses: actions/setup-node@v3.6.0
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';