Skip to content

Commit 4aeabe5

Browse files
committed
ci: update workflows config.
1 parent edc9991 commit 4aeabe5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ on:
77
jobs:
88
build-deploy:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: write
12+
id-token: write
1013
steps:
1114
- uses: actions/checkout@v3
1215
- uses: actions/setup-node@v3
1316
with:
14-
node-version: 16
17+
node-version: 18
1518
registry-url: 'https://registry.npmjs.org'
1619

1720
- run: npm install
@@ -79,7 +82,7 @@ jobs:
7982
8083
${{ steps.changelog.outputs.changelog }}
8184
82-
- run: npm publish --access public
85+
- run: npm publish --access public --provenance
8386
name: 📦 @uiw/react-csv-reader publish to NPM
8487
continue-on-error: true
8588
working-directory: core

0 commit comments

Comments
 (0)