diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 930bad8..04568d3 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@v4 + uses: actions/setup-node@v6 with: node-version: lts/* cache: npm