Skip to content

Commit edf1732

Browse files
committed
fix: update actions versions and node version in CI workflow
1 parent f45055e commit edf1732

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
@@ -13,10 +13,10 @@ jobs:
1313
contents: write
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 20
19+
node-version: 24
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- run: npm install
@@ -83,12 +83,10 @@ jobs:
8383
8484
Bundle Example: https://uiwjs.github.io/react-split/bundle.html
8585
86-
- run: npm publish --access public --provenance
86+
- run: NODE_AUTH_TOKEN="" npm publish --access public --provenance
8787
name: 📦 @uiw/react-split publish to NPM
8888
continue-on-error: true
8989
working-directory: core
90-
env:
91-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9290

9391

9492
# outputs:

0 commit comments

Comments
 (0)