File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 56
56
strategy :
57
57
matrix :
58
58
os : [ubuntu-latest, macos-latest]
59
- node : [19]
60
59
61
60
permissions :
62
61
pull-requests : write
69
68
- name : Use Node.js ${{ matrix.node-version }}
70
69
uses : actions/setup-node@v3
71
70
with :
72
- node-version : ${{ matrix.node-version }}
71
+ node-version : ${{ env.node_version }}
73
72
- run : npm i
74
73
- run : npm run pkg
75
74
env :
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest, macos-latest]
15
- node : [19 ]
15
+ node : ['19' ]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 15
15
},
16
16
"build" : {
17
17
"appId" : " com.hypermodules.hyperamp" ,
18
+ "publish" : {
19
+ "provider" : " github" ,
20
+ "releaseType" : " release"
21
+ },
18
22
"files" : [
19
23
" lib/" ,
20
24
" main/" ,
You can’t perform that action at this time.
0 commit comments