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 cb62df7 commit cea7f7cCopy full SHA for cea7f7c
1 file changed
.github/workflows/ci.yml
@@ -8,10 +8,10 @@ jobs:
8
windows:
9
runs-on: windows-latest
10
steps:
11
- - uses: actions/checkout@v4
12
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
13
with:
14
- node-version: 20
+ node-version: 24
15
registry-url: 'https://registry.npmjs.org'
16
17
- name: Look Changelog
@@ -105,9 +105,7 @@ jobs:
105
106
${{ steps.changelog.outputs.changelog }}
107
108
- - run: npm publish --access public
+ - run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
109
name: 📦 @uiw/react-layout publish to NPM
110
working-directory: core
111
continue-on-error: true
112
- env:
113
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments