Skip to content

Commit b4d0344

Browse files
committed
ci: update lintstaged config.
1 parent 9472784 commit b4d0344

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 16
16+
node-version: 18
1717

1818
- name: Look Changelog
1919
uses: jaywcjlove/changelog-generator@main
@@ -29,11 +29,14 @@ jobs:
2929

3030
build:
3131
runs-on: ubuntu-latest
32+
permissions:
33+
contents: write
34+
id-token: write
3235
steps:
3336
- uses: actions/checkout@v3
3437
- uses: actions/setup-node@v3
3538
with:
36-
node-version: 16
39+
node-version: 18
3740
registry-url: 'https://registry.npmjs.org'
3841

3942
- run: npm install --unsafe-perm
@@ -96,7 +99,7 @@ jobs:
9699
97100
${{ steps.changelog.outputs.changelog }}
98101
99-
- run: npm publish --access public
102+
- run: npm publish --access public --provenance
100103
name: 📦 @uiw/react-iframe to NPM
101104
working-directory: core
102105
continue-on-error: true

0 commit comments

Comments
 (0)