We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f434 commit fce8379Copy full SHA for fce8379
.github/workflows/build.yaml
@@ -121,17 +121,10 @@ jobs:
121
with:
122
fetch-depth: 0
123
124
- - name: Setup .NET Core
125
- uses: actions/setup-dotnet@v4
126
- with:
127
- dotnet-version: 8.0.*
128
- #dotnet-quality: preview
129
-
130
- name: Cache node_modules
131
uses: actions/cache@v4
132
133
- path: |
134
- node_modules
+ path: node_modules
135
key: node-modules-${{ hashFiles('package-lock.json') }}
136
137
- name: Setup Node.js environment
0 commit comments