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 f45055e commit edf1732Copy full SHA for edf1732
1 file changed
.github/workflows/ci.yml
@@ -13,10 +13,10 @@ jobs:
13
contents: write
14
id-token: write
15
steps:
16
- - uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
18
with:
19
- node-version: 20
+ node-version: 24
20
registry-url: 'https://registry.npmjs.org'
21
22
- run: npm install
@@ -83,12 +83,10 @@ jobs:
83
84
Bundle Example: https://uiwjs.github.io/react-split/bundle.html
85
86
- - run: npm publish --access public --provenance
+ - run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
87
name: 📦 @uiw/react-split publish to NPM
88
continue-on-error: true
89
working-directory: core
90
- env:
91
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
92
93
94
# outputs:
0 commit comments