Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit e248a27

Browse files
committed
Fix spacing
1 parent f0413f8 commit e248a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push-and-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
creds: ${{ secrets.AZ_ACR_CREDS }}
4040

4141
- name: Setup node
42-
uses: actions/setup-node@v2
43-
with:
44-
node-version: 14
42+
uses: actions/setup-node@v2
43+
with:
44+
node-version: 14
4545

4646
- name: Build and push
4747
id: build_and_push

0 commit comments

Comments
 (0)