We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent cdb7839 commit d336f8dCopy full SHA for d336f8d
.github/workflows/daily-wpt-fyi.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- id: query
29
run: |
30
- matrix=$(curl -s https://raw.githubusercontent.com/nodejs/Release/refs/heads/main/schedule.json | jq --arg now "$(date +%Y-%m-%d)" '[with_entries(select(.value.end > $now and .value.start < $now)) | keys[] | ltrimstr("v") | tonumber] + ["latest-nightly"]')
+ matrix=$(curl -s https://raw.githubusercontent.com/nodejs/Release/refs/heads/main/schedule.json | jq -c --arg now "$(date +%Y-%m-%d)" '[with_entries(select(.value.end > $now and .value.start < $now)) | keys[] | ltrimstr("v") | tonumber] + ["latest-nightly"]')
31
echo "matrix=$matrix" >> "$GITHUB_OUTPUT"
32
report:
33
needs:
0 commit comments