File tree Expand file tree Collapse file tree 9 files changed +3416
-4242
lines changed Expand file tree Collapse file tree 9 files changed +3416
-4242
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- name : " Check PR has required labels"
1+ name : ' Check PR has required labels'
22on :
33 pull_request :
44 branches :
2020 - name : Checkout repository
2121 uses : actions/checkout@v4
2222 with :
23- fetch-depth : 1 # This retrieves only the latest commit.
23+ fetch-depth : 1 # This retrieves only the latest commit.
24+
25+ - run : corepack enable
2426
2527 - name : Set up Node.js
2628 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 1414 with :
1515 fetch-depth : 0
1616
17+ - run : corepack enable
18+
1719 - name : Use Node.js
1820 uses : actions/setup-node@v4
1921 with :
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ test-results/
5959.yarn /*
6060! .yarn /patches
6161! .yarn /plugins
62- ! .yarn /releases
6362! .yarn /sdks
6463! .yarn /versions
6564
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,5 +138,3 @@ plugins:
138138 spec : ' https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
139139 - path : .yarn/plugins/@yarnpkg/plugin-engines.cjs
140140 spec : ' https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js'
141-
142- yarnPath : .yarn/releases/yarn-4.0.2.cjs
Original file line number Diff line number Diff line change 91759175 "crypto" : true ,
91769176 "fs" : true ,
91779177 "inspector" : true ,
9178+ "module.findPnpApi" : true ,
91789179 "os.EOL" : true ,
91799180 "os.platform" : true ,
91809181 "path.dirname" : true ,
Original file line number Diff line number Diff line change 702702 "firebase>@firebase/firestore>@grpc/proto-loader>protobufjs" : false
703703 }
704704 },
705- "packageManager" : " yarn@4.0 .2"
705+ "packageManager" : " yarn@4.2 .2"
706706}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments