Skip to content

Commit 884d538

Browse files
committed
Meta updates
1 parent 11e5bca commit 884d538

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/funding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: fregante
2+
custom: [paypal.me/fregante, www.buymeacoffee.com/fregante]

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
- uses: actions/setup-node@v2
18+
with:
19+
node-version: 16
1720
- name: install
1821
run: npm ci || npm install
1922
- name: XO

.github/workflows/esm-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/download-artifact@v2
4444
- run: npm install ./artifact
4545
- 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
4747
- run: cat dist/index.js
4848
Rollup:
4949
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"extension"
1212
],
1313
"repository": "fregante/github-url-detection",
14+
"funding": "https://github.com/sponsors/fregante",
1415
"license": "MIT",
1516
"author": "Federico Brigante <me@fregante.com> (https://fregante.com)",
1617
"sideEffects": false,

0 commit comments

Comments
 (0)