From ab466576b2e8a3443c474af8065d6d5614bdfecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffee=20=E2=98=95=EF=B8=8F?= Date: Wed, 25 Mar 2026 20:15:06 -0400 Subject: [PATCH 1/2] chore: update GitHub Actions Node and pnpm setup --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/publish.yml | 12 ++++++------ .github/workflows/release-pr.yml | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2a00aa..ad6372a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.2.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install dependencies @@ -47,12 +47,12 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.2.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 18c4dc9..be734d1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,12 +24,12 @@ jobs: ref: ${{ github.event.pull_request.merge_commit_sha }} - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.2.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install dependencies @@ -69,12 +69,12 @@ jobs: ref: ${{ github.event.pull_request.merge_commit_sha }} - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.2.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm registry-url: https://registry.npmjs.org diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index f3d63d4..1cf331e 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -24,12 +24,12 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v4.2.0 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6.1.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install dependencies From f127a0b066ab3f5d3a8cf277d11bc7538bc0a961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coffee=20=E2=98=95=EF=B8=8F?= Date: Wed, 25 Mar 2026 21:00:10 -0400 Subject: [PATCH 2/2] chore: add empty changeset --- .changeset/mean-shrimps-smoke.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/mean-shrimps-smoke.md diff --git a/.changeset/mean-shrimps-smoke.md b/.changeset/mean-shrimps-smoke.md new file mode 100644 index 0000000..a845151 --- /dev/null +++ b/.changeset/mean-shrimps-smoke.md @@ -0,0 +1,2 @@ +--- +---