Skip to content

Commit 0419355

Browse files
committed
Evaluate brew shellenv and added newline to end of .editorconfig
1 parent 5615b2e commit 0419355

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ end_of_line = lf
55
indent_style = space
66
indent_size = 2
77
insert_final_newline = true
8-
trim_trailing_whitespace = true
8+
trim_trailing_whitespace = true

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ build:macos:
187187
HOMEBREW_NO_INSTALL_UPGRADE: "true"
188188
HOMEBREW_NO_INSTALL_CLEANUP: "true"
189189
before_script:
190+
- eval "$(brew shellenv)"
190191
- brew install node@16
191192
- brew link --overwrite node@16
192193
- hash -r

0 commit comments

Comments
 (0)