Skip to content

Commit d84a4ca

Browse files
committed
ci: update workflows config.
1 parent 327111c commit d84a4ca

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ jobs:
88
build-deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
registry-url: 'https://registry.npmjs.org'
1616

17-
- name: 📦 open-browsers to NPM
18-
run: npm publish --access public
17+
- run: npm publish --access public --provenance
18+
name: 📦 open-browsers to NPM
1919
continue-on-error: true
20+
working-directory: core
2021
env:
2122
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)