diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 89b2c88..b8a0d4f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 - name: Install commitlint run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0143eea..99a7919 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - name: Install commitlint run: |