Skip to content

Commit 2f420d5

Browse files
committed
ci: fix action param
1 parent d9e0aa6 commit 2f420d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/setup-node@v4
1212
with:
13-
version: "lts/*"
13+
node-version: "lts/*"
1414
- run: npm i -g awesome-lint
1515
- run: awesome-lint

0 commit comments

Comments
 (0)