diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 9a3cacb..a704c08 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -11,7 +11,7 @@ jobs: submodules: true - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: 23.9 - name: Install commitlint run: | if [ -f package.json ]; then