Skip to content

Commit c12d51a

Browse files
committed
[BUGFIXED]- Github workflow
1 parent 4a54120 commit c12d51a

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
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-
3535
3636
#Install the project's Node.js dependencies
37-
- run: npm ci
37+
- run: npm install
3838
- run: mkdir artifacts
3939
- name: create tarball #create .tar.gz containing project files,excluding artifacts folder and .git
4040
run: |

0 commit comments

Comments
 (0)