| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ jobs: | |||
| 42 | 42 | # install a version and checkout | |
| 43 | 43 | - name: Get latest nightly | |
| 44 | 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 | ||
| 45 | + run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV | ||
| 46 | 46 | - name: Install Node.js | |
| 47 | 47 | id: setup-node | |
| 48 | 48 | uses: actions/setup-node@v3 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments