Skip to content

Commit 00d7406

Browse files
CopilotKittyChiu
andauthored
fix: pin DART_SASS_VERSION in npm install to make CI builds deterministic
Agent-Logs-Url: https://github.com/github/github-well-architected/sessions/289e0064-50a6-409d-b6fd-f3058ee3dff9 Co-authored-by: KittyChiu <42864823+KittyChiu@users.noreply.github.com>
1 parent bb0fdda commit 00d7406

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
CI: development
1616
SITE_DIR: public
1717
HUGO_VERSION: 0.151.0
18+
DART_SASS_VERSION: 1.99.0
1819

1920
jobs:
2021
lint:
@@ -84,7 +85,7 @@ jobs:
8485

8586
- name: Install Dart Sass
8687
run: |
87-
npm install -g sass
88+
npm install -g sass@${DART_SASS_VERSION}
8889
sass --version
8990
9091
- name: Install test dependencies

0 commit comments

Comments
 (0)