Skip to content

Commit bbffde6

Browse files
committed
ci: update workflows config.
1 parent 3e6a75c commit bbffde6

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/FUNDING.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
ko_fi: jaywcjlove
2-
buy_me_a_coffee: jaywcjlove
3-
custom: ["https://www.paypal.me/kennyiseeyou", "https://jaywcjlove.github.io/#/sponsor"]
1+
github: [jaywcjlove]
2+
#ko_fi: jaywcjlove
3+
#buy_me_a_coffee: jaywcjlove
4+
# custom: ["https://wangchujiang.com/#/sponsor"]

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
contents: write
1111
id-token: write
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v4
13+
- uses: actions/checkout@v6
14+
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
registry-url: 'https://registry.npmjs.org'
1818

1919
- run: npm install
@@ -83,7 +83,7 @@ jobs:
8383
8484
${{ steps.changelog.outputs.changelog }}
8585
86-
- run: npm publish --access public --provenance
86+
# node@v24.0.0+
87+
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
88+
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
8789
continue-on-error: true
88-
env:
89-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)