Skip to content

Commit

Permalink
use placeholders for node versions
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Feb 26, 2024
1 parent 1ac1f30 commit 29b8532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: NodeJS CI

on:
schedule:
- cron: "0 0 * * *"
push:
branches: [ main ]
pull_request: # TODO: remove this trigger
Expand All @@ -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
Expand Down

0 comments on commit 29b8532

Please sign in to comment.