From c090b88b9c43e14b142f29bbff641d7a6bd27ef1 Mon Sep 17 00:00:00 2001 From: 40handz Date: Fri, 7 Aug 2026 17:06:55 -0400 Subject: [PATCH] chore: bump CI Node from 20 to 24 --- .github/workflows/ci.yml | 2 +- .github/workflows/prepare.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11e1b64..c905469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Yarn install uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: yarn install --cwd example --frozen-lockfile - run: yarn install --frozen-lockfile - run: yarn typescript diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 5be982b..6d920b9 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -27,7 +27,7 @@ jobs: current_version: ${{ env.CURRENT_VERSION }} - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: yarn install - name: Push shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92747f3..74eb867 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: yarn install publish-npm: @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x registry-url: https://registry.npmjs.org/ scope: '@pusher' - run: yarn install