We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5615b2e commit 0419355Copy full SHA for 0419355
.editorconfig
@@ -5,4 +5,4 @@ end_of_line = lf
5
indent_style = space
6
indent_size = 2
7
insert_final_newline = true
8
-trim_trailing_whitespace = true
+trim_trailing_whitespace = true
.gitlab-ci.yml
@@ -187,6 +187,7 @@ build:macos:
187
HOMEBREW_NO_INSTALL_UPGRADE: "true"
188
HOMEBREW_NO_INSTALL_CLEANUP: "true"
189
before_script:
190
+ - eval "$(brew shellenv)"
191
- brew install node@16
192
- brew link --overwrite node@16
193
- hash -r
0 commit comments