Skip to content

Commit e047240

Browse files
Merge pull request #79 from arduino/fix-ncc-workflow
Fix check-packaging-ncc-typescript-task workflow
2 parents 0fb3d10 + ada3a90 commit e047240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-packaging-ncc-typescript-task.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
node-version: ${{ env.NODE_VERSION }}
4141

4242
- name: Install Task
43-
uses: arduino/setup-task@v1
44-
with:
45-
repo-token: ${{ secrets.GITHUB_TOKEN }}
46-
version: 3.x
43+
uses: arduino/setup-task@v1
44+
with:
45+
repo-token: ${{ secrets.GITHUB_TOKEN }}
46+
version: 3.x
4747

4848
- name: Build project
4949
run: task ts:build

0 commit comments

Comments
 (0)