Skip to content

Commit 048d6aa

Browse files
workflow
1 parent ecd63ee commit 048d6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25-
- name: Install Dependencies
25+
- name: install Dependencies
2626
run: npm ci
2727
- name: Build Project
2828
run: npm run build

0 commit comments

Comments
 (0)