File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 13
13
os :
14
14
- windows-2019
15
15
- ubuntu-22.04
16
- - macos-13 # x86
17
16
d :
18
17
- " ldc-latest"
19
18
compiler :
22
21
- os : macos-14 # arm64
23
22
d : " ldc-latest"
24
23
compiler : " appleclang"
24
+ - os : macos-13 # x86
25
+ d : " ldc-latest"
26
+ compiler : " appleclang"
25
27
26
28
steps :
27
29
- uses : actions/checkout@v4
88
90
if : startsWith(github.ref, 'refs/tags/')
89
91
runs-on : ubuntu-latest
90
92
needs : build
91
- strategy :
92
- matrix :
93
- node :
94
- - 20
95
- pnpm :
96
- - 9
97
93
steps :
98
94
- name : Merge Artifacts
99
95
uses : actions/upload-artifact/merge@v4
@@ -132,12 +128,10 @@ jobs:
132
128
- name : Setup Node
133
129
uses : actions/setup-node@v4
134
130
with :
135
- node-version : ${{ matrix.node }}
131
+ node-version-file : " .nvmrc "
136
132
137
133
- name : Setup Pnpm
138
134
uses : pnpm/action-setup@v4
139
- with :
140
- version : ${{ matrix.pnpm }}
141
135
142
136
- name : Install dependencies
143
137
run : pnpm install
You can’t perform that action at this time.
0 commit comments