Skip to content

Commit fce8379

Browse files
committed
Updated build
1 parent 9b9f434 commit fce8379

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,10 @@ jobs:
121121
with:
122122
fetch-depth: 0
123123

124-
- name: Setup .NET Core
125-
uses: actions/setup-dotnet@v4
126-
with:
127-
dotnet-version: 8.0.*
128-
#dotnet-quality: preview
129-
130124
- name: Cache node_modules
131125
uses: actions/cache@v4
132126
with:
133-
path: |
134-
node_modules
127+
path: node_modules
135128
key: node-modules-${{ hashFiles('package-lock.json') }}
136129

137130
- name: Setup Node.js environment

0 commit comments

Comments
 (0)