diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index fe7a4f1..5591d5d 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22.16.0 - name: Install dependencies