Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7476bdb

Browse files
committed
Fallback to a more recent Node 15 version on Windows
1 parent 2a89dee commit 7476bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/nodejs/build/issues/2450#issuecomment-705853342
5353
- run: |
5454
$NodeVersion = (node --version) -replace '^.'
55-
$NodeFallbackVersion = "15.2.1"
55+
$NodeFallbackVersion = "15.8.0"
5656
& .\script\download-node-lib-win-arm64.ps1 $NodeVersion $NodeFallbackVersion
5757
if: ${{ matrix.os == 'windows-latest' }}
5858
name: Install Windows arm64 node.lib

0 commit comments

Comments
 (0)