diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb29f94..695dc4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node.js for EditorConfig tools uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: - node-version: '22' + node-version: '24' - name: Install EditorConfig tools run: npm install -g eclint - name: Check EditorConfig compliance diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 34a4874..2558cf7 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Install commitlint run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22cdcb6..c4a4e6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Node.js (for cosign) uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: - node-version: '22' + node-version: '24' - name: Install cosign uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0