We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e83b0 commit 36000e4Copy full SHA for 36000e4
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: ${{ matrix.node-version }}
29
- name: Install Node Packages
30
working-directory: ./yafsrc/YetAnotherForum.NET
31
- run: npm ci
+ run: npm install
32
- name: Build
33
working-directory: ./
34
run: dotnet build ./yafsrc/YAF.NET-SqlServer.slnx
0 commit comments