Skip to content

Commit 3955455

Browse files
committed
ci: update workflows config.
1 parent 8193dd2 commit 3955455

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# These are supported funding model platforms
2-
3-
# github: [jaywcjlove]
4-
# patreon: # Replace with a single Patreon username
5-
# open_collective: # Replace with a single Open Collective username
6-
# ko_fi: # Replace with a single Ko-fi username
7-
# tidelift: #npm/mocker-api
8-
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9-
custom: https://jaywcjlove.github.io/#/sponsor
1+
ko_fi: jaywcjlove
2+
buy_me_a_coffee: jaywcjlove
3+
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm install
@@ -76,6 +76,7 @@ jobs:
7676
uses: ncipollo/release-action@v1
7777
if: steps.create_tag.outputs.successful
7878
with:
79+
allowUpdates: true
7980
name: ${{ steps.create_tag.outputs.version }}
8081
tag: ${{ steps.create_tag.outputs.version }}
8182
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 18
12+
node-version: 20
1313
registry-url: 'https://registry.npmjs.org'
1414

1515
- run: npm install

0 commit comments

Comments
 (0)