File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 publish-to-npm :
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : read
14+ id-token : write
1215 steps :
1316 - name : Checkout
1417 uses : actions/checkout@v3
1518
1619 - name : Install pnpm
1720 uses : pnpm/action-setup@v4
1821 with :
19- version : 9
22+ version : 10
2023
2124 - uses : actions/setup-node@v4
2225 with :
3033
3134 - name : Publish 🚀
3235 run : pnpm publish --no-git-checks --access=public
33- env :
34- NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
3536
3637 publish-to-github :
3738 runs-on : ubuntu-latest
4546 - name : Install pnpm
4647 uses : pnpm/action-setup@v4
4748 with :
48- version : 9
49+ version : 10
4950
5051 - uses : actions/setup-node@v4
5152 with :
Original file line number Diff line number Diff line change 11{
22 "name" : " @1inch/eslint-config" ,
3- "version" : " 3.0.7 " ,
3+ "version" : " 3.0.8 " ,
44 "main" : " index.mjs" ,
55 "license" : " UNLICENSED" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments