mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
13 lines
338 B
YAML
13 lines
338 B
YAML
name: Get Node versions
|
|
on:
|
|
schedule:
|
|
- cron: '0 3,15 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
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 |