Skip to content

Commit

Permalink
Merge pull request DataDog#6508 from DataDog/zach/update-node-sass
Browse files Browse the repository at this point in the history
fix issue with node-sass
  • Loading branch information
Pierre Guceski authored Jan 28, 2020
2 parents ff3fb6d + c176b5f commit 459c2e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:

# ================== templates ================== #
.base_template: &base_template
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/corp-ci:master
image: 486234852809.dkr.ecr.us-east-1.amazonaws.com/ci/corp-ci:zach_fix-node-sass
tags:
- "runner:main"
- "size:large"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"html-loader": "^0.5.5",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.0",
"node-sass": "4.13.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-import": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6002,7 +6002,7 @@ node-releases@^1.1.42:
dependencies:
semver "^6.3.0"

node-sass@^4.13.0:
[email protected]:
version "4.13.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066"
integrity sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==
Expand Down

0 comments on commit 459c2e1

Please sign in to comment.