File tree Expand file tree Collapse file tree 4 files changed +8
-877
lines changed Expand file tree Collapse file tree 4 files changed +8
-877
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v4
21
+ - run : corepack enable
21
22
- uses : actions/setup-node@v4
22
23
with :
23
24
node-version : ${{ env.NODE }}
30
31
runs-on : ubuntu-latest
31
32
steps :
32
33
- uses : actions/checkout@v4
34
+ - run : corepack enable
33
35
- uses : actions/setup-node@v4
34
36
with :
35
37
node-version : ${{ env.NODE }}
52
54
runs-on : ${{ matrix.os }}
53
55
steps :
54
56
- uses : actions/checkout@v4
57
+ -
run :
npm install -g [email protected] --force
58
+ - run : corepack enable
55
59
- uses : actions/setup-node@v4
56
60
with :
57
61
node-version : ${{ matrix.node-version }}
71
75
- test
72
76
steps :
73
77
- uses : actions/checkout@v4
78
+ - run : corepack enable
74
79
- uses : actions/setup-node@v4
75
80
with :
76
81
node-version : ${{ env.NODE }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ enableTelemetry : false
2
+
1
3
nodeLinker : pnpm
2
4
3
5
npmRegistryServer : " https://registry.npmjs.org/"
4
6
5
7
plugins :
6
8
- path : .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
7
9
spec : " @yarnpkg/plugin-interactive-tools"
8
-
9
- yarnPath : .yarn/releases/yarn-3.8.7.cjs
Original file line number Diff line number Diff line change 49
49
],
50
50
"ignorePaths" : [
51
51
" .gitignore" ,
52
+ " .yarnrc.yml" ,
52
53
" *.svg.txt" ,
53
54
" *.svg" ,
54
55
" cspell.jsonc" ,
You can’t perform that action at this time.
0 commit comments