Skip to content

Commit 8a440dd

Browse files
authored
Update Validate Ambassadors JSON.yml
fixed indentation error
1 parent 9adb1a8 commit 8a440dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Validate Ambassadors JSON.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4
1818

19-
- name: Set up Node 20
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: '20'
19+
- name: Set up Node 20
20+
uses: actions/setup-node@v4
21+
with:
22+
node-version: '20'
2323

2424
- name: Install Dependencies
2525
run: npm install ajv ajv-formats

0 commit comments

Comments
 (0)