Skip to content

Commit b98182d

Browse files
committed
Reduce node version to 20 for windows build
1 parent 791d090 commit b98182d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/setup-node@v4
118118
if: matrix.settings.target == 'i686-pc-windows-msvc'
119119
with:
120-
node-version: 22
120+
node-version: 20 # Version 22 was breaking
121121
check-latest: true
122122
cache: yarn
123123
architecture: x86

0 commit comments

Comments
 (0)