From 91892f5beabdc868c60a7ef85af39e1f44aa089e Mon Sep 17 00:00:00 2001 From: Goon Date: Thu, 6 Aug 2026 15:53:53 +0700 Subject: [PATCH] ci: bump release workflow to Node 22 (semantic-release requires >=22.14) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b79996..a89b672 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,14 @@ concurrency: jobs: test: - name: test (node 20) + name: test (node 22) runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm - run: pnpm install --frozen-lockfile - run: pnpm lint @@ -41,7 +41,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: pnpm registry-url: https://registry.npmjs.org - run: pnpm install --frozen-lockfile