Skip to content

Commit 66089f3

Browse files
authored
Fix typo in workflow step name for installing dependencies
1 parent ce35de9 commit 66089f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend-asset-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
1414
node-version-file: '/package.json'
15-
- name: inatall dependencies
15+
- name: install dependencies
1616
run: npm install
1717
- run: yarn action-build
1818
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)