| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3e8c816 commit 7d0b758
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ jobs: | |||
| 49 | 49 | # install a version and checkout | |
| 50 | 50 | - name: Get latest nightly | |
| 51 | 51 | if: matrix.node-version == 'latest-nightly' | |
| 52 | - run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-x64"))][0].version')" >> $GITHUB_ENV | ||
| 52 | + run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-arm64"))][0].version')" >> $GITHUB_ENV | ||
| 53 | 53 | - name: Install Node.js | |
| 54 | 54 | id: setup-node | |
| 55 | 55 | uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments