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 edc9991 commit 4aeabe5Copy full SHA for 4aeabe5
.github/workflows/ci.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
build-deploy:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
- node-version: 16
17
+ node-version: 18
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm install
@@ -79,7 +82,7 @@ jobs:
79
82
80
83
${{ steps.changelog.outputs.changelog }}
81
84
- - run: npm publish --access public
85
+ - run: npm publish --access public --provenance
86
name: 📦 @uiw/react-csv-reader publish to NPM
87
continue-on-error: true
88
working-directory: core
0 commit comments