Skip to content

fix: update Node.js runtime from 20 to 24 (#217) #291

fix: update Node.js runtime from 20 to 24 (#217)

fix: update Node.js runtime from 20 to 24 (#217) #291

Workflow file for this run

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