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 5656 strategy :
5757 matrix :
5858 os : [ubuntu-latest, macos-latest]
59- node : [19]
6059
6160 permissions :
6261 pull-requests : write
6968 - name : Use Node.js ${{ matrix.node-version }}
7069 uses : actions/setup-node@v3
7170 with :
72- node-version : ${{ matrix.node-version }}
71+ node-version : ${{ env.node_version }}
7372 - run : npm i
7473 - run : npm run pkg
7574 env :
Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ubuntu-latest, macos-latest]
15- node : [19 ]
15+ node : ['19' ]
1616
1717 steps :
1818 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1515 },
1616 "build" : {
1717 "appId" : " com.hypermodules.hyperamp" ,
18+ "publish" : {
19+ "provider" : " github" ,
20+ "releaseType" : " release"
21+ },
1822 "files" : [
1923 " lib/" ,
2024 " main/" ,
You can’t perform that action at this time.
0 commit comments