Skip to content

Commit ada3a90

Browse files
committedMay 29, 2023
fix ncc GA
1 parent 0fb3d10 commit ada3a90

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)
Please sign in to comment.