Skip to content

Commit ccdccf3

Browse files
committed
ci: update workflows config.
1 parent cbc9046 commit ccdccf3

2 files changed

Lines changed: 8 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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
contents: write
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Generate Contributors Images
@@ -33,11 +33,9 @@ jobs:
3333
<!---->
3434
${{steps.contributors.outputs.htmlList}}
3535
36-
- run: npm publish --access public --provenance
36+
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
3737
name: 📦 open-browsers to NPM
3838
continue-on-error: true
39-
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4139

4240
- name: Create Tag
4341
id: create_tag

0 commit comments

Comments
 (0)