ci: Add needs section

This commit is contained in:
Mykola Mokhnach
2023-08-03 09:43:36 +02:00
committed by GitHub
parent 6c4189b400
commit 2e187804b2

View File

@@ -52,6 +52,8 @@ jobs:
run: echo "versions=$(curl -s https://endoflife.date/api/nodejs.json | jq -c '[[.[] | select(.lts != false)][:3] | .[].cycle | tonumber]')" >> "$GITHUB_OUTPUT"
test:
needs:
- prepare_matrix
name: Tests
strategy:
matrix: