From 29b8532612961fc27326f002cc8d075f93f18202 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Mon, 26 Feb 2024 23:56:23 +0100 Subject: [PATCH] use placeholders for node versions Signed-off-by: Dominik Jelinek --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 10773c11c..0e9784c2f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,6 +1,8 @@ name: NodeJS CI on: + schedule: + - cron: "0 0 * * *" push: branches: [ main ] pull_request: # TODO: remove this trigger @@ -17,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ 20.x, 21.x ] + node: [ lts/*, latest ] uses: ./.github/workflows/template-main.yaml with: version: max