Skip to content

Commit d0dabf4

Browse files
Merge pull request #816 from Availity/fix/deploy
refactor: upgrade yarn
2 parents 96b834a + cc2957f commit d0dabf4

File tree

16 files changed

+8472
-9332
lines changed

16 files changed

+8472
-9332
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@ jobs:
160160
echo "New commits created by version step"
161161
fi
162162
163-
- name: Setup NPM Auth for Yarn
164-
if: steps.changes.outputs.has_changes == 'true'
165-
run: |
166-
echo "::add-mask::${NODE_AUTH_TOKEN}"
167-
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
168-
echo "registry=https://registry.npmjs.org/" >> ~/.npmrc
169-
170163
- name: Publish
171164
if: steps.changes.outputs.has_changes == 'true'
172165
run: |

.yarn/plugins/@yarnpkg/plugin-constraints.cjs

Lines changed: 0 additions & 52 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 0 additions & 363 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 0 additions & 785 deletions
This file was deleted.

.yarn/releases/yarn-4.11.0.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@ changesetIgnorePatterns:
66
- .yarnrc.yml
77
- .yarn/**/*
88

9+
compressionLevel: mixed
10+
11+
enableGlobalCache: false
12+
913
nodeLinker: node-modules
1014

1115
npmRegistryServer: "https://registry.npmjs.org/"
1216

13-
plugins:
14-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
15-
spec: "@yarnpkg/plugin-interactive-tools"
16-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
17-
spec: "@yarnpkg/plugin-workspace-tools"
18-
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
19-
spec: "@yarnpkg/plugin-typescript"
20-
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
21-
spec: "@yarnpkg/plugin-constraints"
22-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
23-
spec: "@yarnpkg/plugin-version"
24-
25-
yarnPath: .yarn/releases/yarn-3.2.0.cjs
17+
yarnPath: .yarn/releases/yarn-4.11.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@
8080
],
8181
"testRegex": ".*.spec.js$"
8282
},
83-
"packageManager": "yarn@3.2.0"
83+
"packageManager": "yarn@4.11.0"
8484
}

0 commit comments

Comments
 (0)