chore(deps)!: update node (22.21.1 → 24.11.0) (#91)

This commit is contained in:
renovate[bot]
2025-11-07 20:36:47 +02:00
committed by GitHub
parent b606c0d403
commit 5a3a48daa9
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js for EditorConfig tools - name: Setup Node.js for EditorConfig tools
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with: with:
node-version: '22' node-version: '24'
- name: Install EditorConfig tools - name: Install EditorConfig tools
run: npm install -g eclint run: npm install -g eclint
- name: Check EditorConfig compliance - name: Check EditorConfig compliance

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with: with:
node-version: '22' node-version: '24'
- name: Install commitlint - name: Install commitlint
run: | run: |

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Node.js (for cosign) - name: Set up Node.js (for cosign)
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with: with:
node-version: '22' node-version: '24'
- name: Install cosign - name: Install cosign
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0