File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
.github/actions/setup-node Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 9898 if : inputs.install && inputs.type == 'production'
9999 shell : bash
100100 run : YARN_ENABLE_HARDENED_MODE=${{ inputs.HARDENED_MODE }} yarn workspaces focus --all --production
101+
102+ - name : restore yarn config file
103+ if : inputs.install
104+ shell : bash
105+ run : git checkout -- .yarnrc.yml
Original file line number Diff line number Diff line change @@ -10,16 +10,6 @@ nodeLinker: node-modules
1010
1111plugins :
1212 - path : .yarn/plugins/@yarnpkg/plugin-engines.cjs
13- spec : " https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
14-
15- supportedArchitectures :
16- cpu :
17- - arm64
18- - x64
19- libc :
20- - glibc
21- - musl
22- os :
23- - linux
13+ spec : ' https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js'
2414
2515yarnPath : .yarn/releases/yarn-4.11.0.cjs
Original file line number Diff line number Diff line change @@ -10784,8 +10784,8 @@ __metadata:
1078410784 typescript: "npm:~5.9.3"
1078510785 peerDependencies:
1078610786 "@rocket.chat/layout": "*"
10787- "@rocket.chat/tools": 0.2.3
10788- "@rocket.chat/ui-contexts": 25 .0.2
10787+ "@rocket.chat/tools": 0.2.4-rc.0
10788+ "@rocket.chat/ui-contexts": 26 .0.0-rc.0
1078910789 "@tanstack/react-query": "*"
1079010790 react: "*"
1079110791 react-hook-form: "*"
You can’t perform that action at this time.
0 commit comments