Skip to content

Commit 36a524b

Browse files
authored
chore: add workflow for Node.js 19 (#68)
* chore: add workflow for Node.js 19 Signed-off-by: Michael Dawson <[email protected]>
1 parent f70407b commit 36a524b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/19x-main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Check v19.x for vulns daily
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: 10 10 * * *
7+
8+
permissions:
9+
contents: read
10+
issues: write
11+
12+
jobs:
13+
check-vulns:
14+
uses: ./.github/workflows/check-vulns.yml
15+
with:
16+
nodejsStream: v19.x
17+
secrets: inherit

0 commit comments

Comments
 (0)