We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e45470 commit 132fc45Copy full SHA for 132fc45
.github/workflows/daily-wpt-fyi.yml
@@ -42,7 +42,7 @@ jobs:
42
# install a version and checkout
43
- name: Get latest nightly
44
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
+ run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV
46
- name: Install Node.js
47
id: setup-node
48
uses: actions/setup-node@v3
0 commit comments