Skip to content

Commit 91acc98

Browse files
committed
test
1 parent b77768e commit 91acc98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ runs:
3636
with:
3737
cache: npm
3838
cache-dependency-path: src/Elastic.Markdown/package-lock.json
39-
node-version-file: '.nvmrc'
39+
node-version-file: .nvmrc
4040

src/Elastic.Markdown/Elastic.Markdown.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<IsPublishable>true</IsPublishable>
1414
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
1515
</PropertyGroup>
16-
16+
17+
<!-- source https://www.meziantou.net/running-npm-tasks-when-building-a-dotnet-project.htm -->
1718
<!--
1819
1. Install npm packages
1920
"Inputs" and "Outputs" are used for incremental builds. If all output items are up-to-date, MSBuild skips the target.

0 commit comments

Comments
 (0)