Skip to content

fix: bump to node20 (#212) #78

fix: bump to node20 (#212)

fix: bump to node20 (#212) #78

Workflow file for this run

name: Cancel All Workflows
on: push
# Push again in the same branch
# automatically all the worklows will be cancelled
# To prevent this cancellation, comment this workflow
jobs:
task:
runs-on: ubuntu-latest
name: Task
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test Step
uses: ./ # Uses an action in the root directory
with:
access_token: ${{ github.token }}
workflow_id: all
- uses: actions/setup-node@v4
- run: echo 'Sleeping...'; sleep 120; echo 'Done.';