Skip to content

Commit ca7b953

Browse files
committed
update deps
1 parent 094719f commit ca7b953

File tree

3 files changed

+537
-369
lines changed

3 files changed

+537
-369
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
- uses: actions/setup-node@v4
1417
with:
1518
node-version: 20
1619
registry-url: "https://registry.npmjs.org"
20+
cache: npm
1721
- run: npm install
1822
- run: npm run build
19-
- run: npm publish --access public
23+
- run: npm publish --provenance --access public
2024
env:
2125
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)