mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: dont use cached node versions in daily wpt
PR-URL: https://github.com/nodejs/node/pull/47024 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
This commit is contained in:
1
.github/workflows/daily-wpt-fyi.yml
vendored
1
.github/workflows/daily-wpt-fyi.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ env.NIGHTLY || matrix.node-version }}
|
||||
check-latest: true
|
||||
- name: Get nightly ref
|
||||
if: contains(matrix.node-version, 'nightly')
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user