File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build :
88 runs-on : ubuntu-latest
9+ permissions :
10+ contents : write
11+ id-token : write
912 env :
1013 NODE_OPTIONS : --max_old_space_size=8192
1114 steps :
1215 - uses : actions/checkout@v3
1316 - uses : actions/setup-node@v3
1417 with :
15- node-version : 16
18+ node-version : 18
1619 registry-url : ' https://registry.npmjs.org'
1720
1821 - run : npm install
@@ -59,14 +62,14 @@ jobs:
5962 body : |
6063 [](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-monacoeditor@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
6164
62- Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove /react-monacoeditor/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
65+ Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/uiwjs /react-monacoeditor/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
6366 Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
6467
6568 ${{ steps.changelog.outputs.changelog }}
6669
6770 - run : git status
6871
69- - run : npm publish --access public
72+ - run : npm publish --access public --provenance
7073 name : 📦 @uiw/react-monacoeditor publish to NPM
7174 continue-on-error : true
7275 working-directory : core
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v3
1111 - uses : actions/setup-node@v3
1212 with :
13- node-version : 16
13+ node-version : 18
1414
1515 - run : npm install
1616 - run : npm run build
You can’t perform that action at this time.
0 commit comments