Skip to content

Commit 132fc45

Browse files
panvatargos
authored andcommitted
tools: fix daily wpt nightly version selection
PR-URL: #46891 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 0e45470 commit 132fc45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-wpt-fyi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# install a version and checkout
4343
- name: Get latest nightly
4444
if: matrix.node-version == 'latest-nightly'
45-
run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '.[0].version')" >> $GITHUB_ENV
45+
run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV
4646
- name: Install Node.js
4747
id: setup-node
4848
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)