File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 result-encoding : string
108108 script : |
109109 const osVersion = '${{ matrix.os }}';
110- const nodeVersion = '${{ matrix['node- version'] }}';
110+ const nodeVersion = '${{ matrix. version }}';
111111 const isMacOS = osVersion === 'macos-latest' || osVersion.startsWith('macos');
112112 const isMajor14 = nodeVersion === '14' || nodeVersion.startsWith('14.');
113113 if (isMacOS && isMajor14) {
Original file line number Diff line number Diff line change 8282 result-encoding : string
8383 script : |
8484 const osVersion = '${{ matrix.os }}';
85- const nodeVersion = '${{ matrix['node- version'] }}';
85+ const nodeVersion = '${{ matrix. version }}';
8686 const isMacOS = osVersion === 'macos-latest' || osVersion.startsWith('macos');
8787 const isMajor14 = nodeVersion === '14' || nodeVersion.startsWith('14.');
8888 if (isMacOS && isMajor14) {
You can’t perform that action at this time.
0 commit comments