Skip to content

Commit 7db5158

Browse files
committed
use yarn 4
1 parent 268ff06 commit 7db5158

File tree

5 files changed

+17136
-12147
lines changed

5 files changed

+17136
-12147
lines changed

.github/workflows/main.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- run: yarn
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
11+
with:
12+
node-version: '20'
13+
- run: yarn --immutable
1114
- run: yarn test
1215
- uses: devmasx/[email protected]
1316
with:

.yarn/install-state.gz

1.87 MB
Binary file not shown.

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,6 @@
7272
"react-dom": "^18.2.0",
7373
"react-scripts": "^5.0.1",
7474
"react-test-renderer": "^18.0.2"
75-
}
75+
},
76+
"packageManager": "[email protected]"
7677
}

0 commit comments

Comments
 (0)