From 5a85693ce5536162fa2a394eab1994fdb5ba5b14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:13:36 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/cpd.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/vulnerabilities.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cpd.yml b/.github/workflows/cpd.yml index 48ddafd..acd33cc 100644 --- a/.github/workflows/cpd.yml +++ b/.github/workflows/cpd.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm cpd run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cb96c84..868229b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm lint run: | diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f409759..9d2a56e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm run vulnerabilities - run: npm run lint @@ -26,7 +26,7 @@ jobs: token: ${{ secrets.GH_PAT }} # Use your PAT here! - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm ci --production - name: Set version from tag diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 958f4a4..f83d059 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,7 +11,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: "npm" - name: npm install, lint, and test run: | diff --git a/.github/workflows/vulnerabilities.yml b/.github/workflows/vulnerabilities.yml index c7ad254..166042c 100644 --- a/.github/workflows/vulnerabilities.yml +++ b/.github/workflows/vulnerabilities.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: 'npm' - name: npm vulnerabilities run: |