Skip to content

Commit d788e09

Browse files
authored
chore(deps-dev): bump yarn to 4.0.0 (#632)
1 parent 542e5bf commit d788e09

File tree

7 files changed

+2537
-3067
lines changed

7 files changed

+2537
-3067
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x]
12+
node-version: [18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -20,9 +20,6 @@ jobs:
2020
- name: install
2121
run: yarn
2222
- name: lint
23-
# If check is added as typescript-eslint@v6 is not supported on node 14.x.
24-
# Remove the if check when Node.js 14.x support is dropped in CI.
25-
if: ${{ matrix.node-version != '14.x' }}
2623
run: yarn lint
2724
- name: build
2825
run: yarn build

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

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

.yarn/releases/yarn-3.6.3.cjs

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

.yarn/releases/yarn-4.0.0.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
nodeLinker: node-modules
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
24

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5-
spec: "@yarnpkg/plugin-interactive-tools"
5+
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"engines": {
6262
"node": ">=14.0.0"
6363
},
64-
"packageManager": "yarn@3.6.3",
64+
"packageManager": "yarn@4.0.0",
6565
"lint-staged": {
6666
"*.ts": [
6767
"eslint --fix",

0 commit comments

Comments
 (0)