We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327111c commit d84a4caCopy full SHA for d84a4ca
2 files changed
.github/FUNDING.yml
@@ -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
@@ -8,14 +8,15 @@ jobs:
8
build-deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
- node-version: 16
+ node-version: 20
15
registry-url: 'https://registry.npmjs.org'
16
17
- - name: 📦 open-browsers to NPM
18
- run: npm publish --access public
+ - run: npm publish --access public --provenance
+ name: 📦 open-browsers to NPM
19
continue-on-error: true
20
+ working-directory: core
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments