Skip to content

Commit

Permalink
chore(yarn): bump yarn to 4.0.2 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Nov 21, 2023
1 parent 768bb44 commit 316ef66
Show file tree
Hide file tree
Showing 6 changed files with 3,705 additions and 3,682 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Checkout files
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: '16.13'
node-version: '18'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Checkout files
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: '16.13'
node-version: '18'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
- name: Checkout files
uses: actions/checkout@v4

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: '16.13'
node-version: '18'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "4.9.4"
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 316ef66

Please sign in to comment.