Skip to content

Commit 36000e4

Browse files
committed
Update build.yml
1 parent b3e83b0 commit 36000e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929
- name: Install Node Packages
3030
working-directory: ./yafsrc/YetAnotherForum.NET
31-
run: npm ci
31+
run: npm install
3232
- name: Build
3333
working-directory: ./
3434
run: dotnet build ./yafsrc/YAF.NET-SqlServer.slnx

0 commit comments

Comments
 (0)