File tree Expand file tree Collapse file tree 10 files changed +8285
-8657
lines changed
Expand file tree Collapse file tree 10 files changed +8285
-8657
lines changed Original file line number Diff line number Diff line change 7171 permissions :
7272 contents : write # Required for git push and creating tags
7373 pull-requests : write # Required for creating pull requests
74+ id-token : write
7475 steps :
7576 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7677 with :
9091 cache : ' yarn'
9192 cache-dependency-path : ' yarn.lock'
9293
94+ - name : Install latest npm
95+ run : npm install -g npm@latest
96+
9397 - name : Install Dependencies
9498 run : yarn install --immutable
9599
98102
99103 - name : Setup Publish Config
100104 run : |
101- yarn config set npmAuthToken "${{ secrets.NPM_TOKEN }}"
102105 git config user.email ${{ secrets.GH_EMAIL }}
103106 git config user.name ${{ secrets.GH_USER }}
104107
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- nodeLinker : node-modules
1+ compressionLevel : mixed
22
3- npmPublishRegistry : ' https://registry.npmjs.org/ '
3+ enableGlobalCache : false
44
5- npmRegistryServer : ' https://registry.npmjs.org/ '
5+ nodeLinker : node-modules
66
7- plugins :
8- - path : .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
9- spec : ' @yarnpkg/plugin-interactive-tools'
7+ npmPublishRegistry : " https://registry.npmjs.org/"
108
11- yarnPath : .yarn/releases/yarn-3.2.0.cjs
9+ npmRegistryServer : " https://registry.npmjs.org/ "
1210
1311supportedArchitectures :
1412 cpu :
@@ -24,3 +22,5 @@ supportedArchitectures:
2422 - linux
2523 - darwin
2624 - win32
25+
26+ yarnPath : .yarn/releases/yarn-4.12.0.cjs
Original file line number Diff line number Diff line change 5757 "@types/jest" : " 30.0.0" ,
5858 "@types/node" : " ^22.15.17" ,
5959 "dependency-check" : " ^4.1.0" ,
60- "eslint-config-availity" : " ^10.0.7 " ,
60+ "eslint-config-availity" : " ^10.0.9 " ,
6161 "gh-pages" : " ^6.3.0" ,
6262 "husky" : " ^9.1.7" ,
6363 "is-ci" : " ^4.1.0" ,
7676 "resolutions" : {
7777 "socks" : " 2.7.3"
7878 },
79- "packageManager" : " yarn@3.2 .0"
79+ "packageManager" : " yarn@4.12 .0"
8080}
Original file line number Diff line number Diff line change 4848 },
4949 "devDependencies" : {
5050 "@availity/upload-core" : " workspace:*" ,
51- "axios" : " ^1.12 .2" ,
51+ "axios" : " ^1.13 .2" ,
5252 "msw" : " 2.3.5" ,
5353 "tsup" : " ^8.4.0" ,
5454 "typescript" : " ^5.5.4"
Original file line number Diff line number Diff line change 4141 "@availity/authorizations-core" : " workspace:*"
4242 },
4343 "devDependencies" : {
44- "axios" : " ^1.12 .2" ,
44+ "axios" : " ^1.13 .2" ,
4545 "tsup" : " ^8.4.0" ,
4646 "typescript" : " ^5.5.4"
4747 },
Original file line number Diff line number Diff line change 4646 "lodash" : " ^4.17.21"
4747 },
4848 "devDependencies" : {
49- "axios" : " ^1.12 .2" ,
49+ "axios" : " ^1.13 .2" ,
5050 "tsup" : " ^8.4.0" ,
5151 "typescript" : " ^5.5.4"
5252 },
You can’t perform that action at this time.
0 commit comments