Skip to content

Commit ae319ae

Browse files
sampaiodiegogaolin1
authored andcommitted
chore: restore yarn config after install (RocketChat#37934)
1 parent c8336c1 commit ae319ae

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.github/actions/setup-node/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,8 @@ runs:
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

.yarnrc.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ nodeLinker: node-modules
1010

1111
plugins:
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

2515
yarnPath: .yarn/releases/yarn-4.11.0.cjs

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: "*"

0 commit comments

Comments
 (0)