diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 18ee32ec4..a327fa272 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: "npm" - name: Enable Corepack diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 09778cae2..95d7d8871 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: "npm" - name: Enable Corepack run: npm install corepack@latest && corepack enable diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ca22f178a..f6f8a10f8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: "npm" - name: Enable Corepack run: npm install corepack@latest && corepack enable diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 8943b2e32..edebf6e9f 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24.18.0 + node-version: 24.18.1 cache: "npm" - name: Enable Corepack