Skip to content

Commit cea7f7c

Browse files
committed
ci: update workflows config.
1 parent cb62df7 commit cea7f7c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
windows:
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v4
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
registry-url: 'https://registry.npmjs.org'
1616

1717
- name: Look Changelog
@@ -105,9 +105,7 @@ jobs:
105105
106106
${{ steps.changelog.outputs.changelog }}
107107
108-
- run: npm publish --access public
108+
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
109109
name: 📦 @uiw/react-layout publish to NPM
110110
working-directory: core
111111
continue-on-error: true
112-
env:
113-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)