File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
name : Build
14
- runs-on : macos-12
14
+ runs-on : macos-13
15
15
outputs :
16
16
npm_version : ${{ steps.npm_version_output.outputs.NPM_VERSION }}
17
17
npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
26
26
key : ${{ hashFiles('download_llvm.sh') }}
27
27
- uses : actions/setup-node@v3
28
28
with :
29
- node-version : 18
29
+ node-version : 20
30
30
registry-url : " https://registry.npmjs.org"
31
31
- name : Install Python
32
32
uses : actions/setup-python@v4
68
68
path : dist/dSYMs
69
69
test :
70
70
name : Test
71
- runs-on : macos-12
71
+ runs-on : macos-13
72
72
needs : build
73
73
steps :
74
74
- uses : actions/checkout@v3
79
79
key : ${{ hashFiles('download_llvm.sh') }}
80
80
- uses : actions/setup-node@v3
81
81
with :
82
- node-version : 18
82
+ node-version : 20
83
83
- name : Install Python
84
84
uses : actions/setup-python@v4
85
85
with :
@@ -133,7 +133,7 @@ jobs:
133
133
steps :
134
134
- uses : actions/setup-node@v3
135
135
with :
136
- node-version : 18
136
+ node-version : 20
137
137
registry-url : " https://registry.npmjs.org"
138
138
- uses : actions/download-artifact@v3
139
139
with :
@@ -162,7 +162,7 @@ jobs:
162
162
fetch-depth : 0
163
163
- uses : actions/setup-node@v3
164
164
with :
165
- node-version : 18
165
+ node-version : 20
166
166
- name : Setup
167
167
run : npm install
168
168
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments