File tree Expand file tree Collapse file tree 5 files changed +316
-202
lines changed
Expand file tree Collapse file tree 5 files changed +316
-202
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88permissions :
9- id-token : write
9+ id-token : write # Required for OIDC
10+ contents : read
1011
1112jobs :
1213 publish :
1314 runs-on : ubuntu-latest
1415
16+ environment :
17+ name : NPM Registry
18+ url : https://www.npmjs.com/package/axios-cache-interceptor/v/${{ github.event.release.tag_name }}
19+
1520 steps :
1621 - name : Checkout
1722 uses : actions/checkout@v5
3540 - name : Build
3641 run : pnpm run build
3742
38- - name : Publish to NPM
39- run : pnpm publish --access public --no-git-checks --provenance
40- env :
41- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
43+ - name : Publish to NPM # OIDC authentication
44+ run : pnpm publish --access public --no-git-checks
Original file line number Diff line number Diff line change 1- v20.9.0
1+ v24
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.2.0 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.2.4 /schema.json" ,
33 "extends" : [" @arthurfiorette/biomejs-config" ],
44 "files" : {
55 "includes" : [
Original file line number Diff line number Diff line change 6666 "@swc-node/register" : " 1.11.1" ,
6767 "@swc/helpers" : " 0.5.17" ,
6868 "@types/jsdom" : " 21.1.7" ,
69- "@types/node" : " 24.3.1 " ,
69+ "@types/node" : " 24.4.0 " ,
7070 "auto-changelog" : " 2.5.0" ,
7171 "axios" : " 1.12.2" ,
7272 "c8" : " 10.1.3" ,
73- "jsdom" : " 26.1 .0" ,
73+ "jsdom" : " 27.0 .0" ,
7474 "microbundle" : " 0.15.1" ,
7575 "tslib" : " 2.8.1" ,
7676 "typescript" : " 5.9.2" ,
8080 "peerDependencies" : {
8181 "axios" : " ^1"
8282 },
83- "packageManager" : " pnpm@9.1.1 " ,
83+ "packageManager" : " pnpm@10.15.0 " ,
8484 "engines" : {
8585 "node" : " >=12"
8686 },
You can’t perform that action at this time.
0 commit comments