File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ github : fregante
2
+ custom : [paypal.me/fregante, www.buymeacoffee.com/fregante]
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - uses : actions/setup-node@v2
18
+ with :
19
+ node-version : 16
17
20
- name : install
18
21
run : npm ci || npm install
19
22
- name : XO
Original file line number Diff line number Diff line change 43
43
- uses : actions/download-artifact@v2
44
44
- run : npm install ./artifact
45
45
- run : echo "${{ env.IMPORT_TEXT }} '${{ env.NPM_MODULE_NAME }}'" > index.js
46
- - run : npx parcel@1.12.3 build index.js
46
+ - run : npx parcel build index.js
47
47
- run : cat dist/index.js
48
48
Rollup :
49
49
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11
11
" extension"
12
12
],
13
13
"repository" : " fregante/github-url-detection" ,
14
+ "funding" : " https://github.com/sponsors/fregante" ,
14
15
"license" : " MIT" ,
15
16
"author" : " Federico Brigante <me@fregante.com> (https://fregante.com)" ,
16
17
"sideEffects" : false ,
You can’t perform that action at this time.
0 commit comments