We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0cb65 commit a8c2dc0Copy full SHA for a8c2dc0
.github/workflows/daily-wpt-fyi.yml
@@ -49,7 +49,7 @@ jobs:
49
# install a version and checkout
50
- name: Get latest nightly
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
+ run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '[.[] | select(.files[] | contains("linux-arm64"))][0].version')" >> $GITHUB_ENV
53
- name: Install Node.js
54
id: setup-node
55
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
0 commit comments