Skip to content

fix: bump to node20 #281

fix: bump to node20

fix: bump to node20 #281

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.';