diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 4878cf9..4fbd5f6 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* cache: npm