node-versions/.github/workflows/get-node-versions.yml

13 lines
338 B
YAML
Raw Permalink Normal View History

2021-08-23 11:40:35 +00:00
name: Get Node versions
on:
schedule:
- cron: '0 3,15 * * *'
workflow_dispatch:
jobs:
2022-12-06 17:37:54 +00:00
get-new-node-versions:
uses: actions/versions-package-tools/.github/workflows/get-new-tool-versions.yml@main
with:
tool-name: "Node"
image-url: "https://nodejs.org/static/images/logo-hexagon-card.png"
secrets: inherit