Skip to content

Commit 9f78f71

Browse files
authored
fix: Removed npm install (#82)
* fix: Removed `npm install` * chore: Removed `actions/setup-node`
1 parent 7ade4bb commit 9f78f71

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/step-node-commitlint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
submodules: recursive
2121
token: ${{ secrets.FETCH_TOKEN || github.token }}
2222

23-
- uses: actions/setup-node@v4.0.4
24-
with:
25-
node-version: '20'
26-
27-
- name: Install dependencies
28-
run: npm install
29-
3023
# Run the commitlint action, considering its own dependencies and yours as well 🚀
3124
# `github.workspace` is the path to your repository.
3225
- uses: wagoid/commitlint-github-action@v6.1.2

0 commit comments

Comments
 (0)