From 10443c34c9d7d16cd0d9ff1747fcb28ac48ee936 Mon Sep 17 00:00:00 2001 From: Marcelo Wiebbelling Date: Thu, 6 Nov 2025 13:21:10 +0100 Subject: [PATCH] Bump Node.js version to 24 in CI configuration files --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/update-indexes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78175d..2b5e576 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Setup node env 🏗 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: 'pnpm' - name: Install dependencies 👨🏻‍💻 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f145187..f001ef6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Setup node env 🏗 uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: 'pnpm' - name: Install dependencies 👨🏻‍💻 diff --git a/.github/workflows/update-indexes.yml b/.github/workflows/update-indexes.yml index f3a6230..4e49e67 100644 --- a/.github/workflows/update-indexes.yml +++ b/.github/workflows/update-indexes.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 check-latest: true cache: 'pnpm' - name: Install dependencies