Skip to content

Commit a8c2dc0

Browse files
committed
tools: fix daily wpt workflow nighly release version lookup
1 parent 4d0cb65 commit a8c2dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# install a version and checkout
5050
- name: Get latest nightly
5151
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
5353
- name: Install Node.js
5454
id: setup-node
5555
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0

0 commit comments

Comments
 (0)