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 d5b21f0 commit 6eb166fCopy full SHA for 6eb166f
.github/workflows/ci.yml
@@ -9,11 +9,14 @@ on:
9
jobs:
10
build-deploy:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
+ id-token: write
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-node@v3
18
with:
- node-version: 16
19
+ node-version: 18
20
registry-url: 'https://registry.npmjs.org'
21
22
- run: npm install
@@ -78,7 +81,7 @@ jobs:
78
81
79
82
Bundle Example: https://uiwjs.github.io/react-split/bundle.html
80
83
- - run: npm publish --access public
84
+ - run: npm publish --access public --provenance
85
name: 📦 @uiw/react-split publish to NPM
86
continue-on-error: true
87
working-directory: core
0 commit comments