From 8d663e4f9b572b36830b85e861dbd22e64fbcf8f Mon Sep 17 00:00:00 2001 From: Jonathan Haines Date: Sat, 29 Mar 2025 09:59:31 +1100 Subject: [PATCH] ci: use node v20 (#1076) --- .github/workflows/ci-arktype-validator.yml | 2 +- .github/workflows/ci-clerk-auth.yml | 2 +- .github/workflows/ci-firebase-auth.yml | 2 +- .github/workflows/ci-graphql-server.yml | 2 +- .github/workflows/ci-medley-router.yml | 2 +- .github/workflows/ci-prometheus.yml | 2 +- .github/workflows/ci-react-compat.yml | 2 +- .github/workflows/ci-react-renderer.yml | 2 +- .github/workflows/ci-sentry.yml | 2 +- .github/workflows/ci-trpc-server.yml | 2 +- .github/workflows/ci-typebox-validator.yml | 2 +- .github/workflows/ci-typia-validator.yml | 2 +- .github/workflows/ci-valibot-validator.yml | 2 +- .github/workflows/ci-zod-openapi.yml | 2 +- .github/workflows/ci-zod-validator.yml | 2 +- .github/workflows/release.yml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-arktype-validator.yml b/.github/workflows/ci-arktype-validator.yml index 9e6686ab..3d8a31aa 100644 --- a/.github/workflows/ci-arktype-validator.yml +++ b/.github/workflows/ci-arktype-validator.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/arktype-validator - run: yarn workspace @hono/arktype-validator build - run: yarn workspace @hono/arktype-validator publint diff --git a/.github/workflows/ci-clerk-auth.yml b/.github/workflows/ci-clerk-auth.yml index 9b830d08..49134115 100644 --- a/.github/workflows/ci-clerk-auth.yml +++ b/.github/workflows/ci-clerk-auth.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/clerk-auth - run: yarn workspace @hono/clerk-auth build - run: yarn workspace @hono/clerk-auth publint diff --git a/.github/workflows/ci-firebase-auth.yml b/.github/workflows/ci-firebase-auth.yml index d9114624..d3127ea3 100644 --- a/.github/workflows/ci-firebase-auth.yml +++ b/.github/workflows/ci-firebase-auth.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/firebase-auth - run: yarn workspace @hono/firebase-auth build - run: yarn workspace @hono/firebase-auth publint diff --git a/.github/workflows/ci-graphql-server.yml b/.github/workflows/ci-graphql-server.yml index 0a458b69..8e3d393f 100644 --- a/.github/workflows/ci-graphql-server.yml +++ b/.github/workflows/ci-graphql-server.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/graphql-server - run: yarn workspace @hono/graphql-server build - run: yarn workspace @hono/graphql-server publint diff --git a/.github/workflows/ci-medley-router.yml b/.github/workflows/ci-medley-router.yml index 1a3003d1..ec9374f7 100644 --- a/.github/workflows/ci-medley-router.yml +++ b/.github/workflows/ci-medley-router.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/medley-router - run: yarn workspace @hono/medley-router build - run: yarn workspace @hono/medley-router publint diff --git a/.github/workflows/ci-prometheus.yml b/.github/workflows/ci-prometheus.yml index 7c046732..3d8dcbbd 100644 --- a/.github/workflows/ci-prometheus.yml +++ b/.github/workflows/ci-prometheus.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/prometheus - run: yarn workspace @hono/prometheus build - run: yarn workspace @hono/prometheus publint diff --git a/.github/workflows/ci-react-compat.yml b/.github/workflows/ci-react-compat.yml index 4beb43e9..fd9325f8 100644 --- a/.github/workflows/ci-react-compat.yml +++ b/.github/workflows/ci-react-compat.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/react-compat - run: yarn workspace @hono/react-compat build - run: yarn workspace @hono/react-compat publint diff --git a/.github/workflows/ci-react-renderer.yml b/.github/workflows/ci-react-renderer.yml index f00381be..658ec81a 100644 --- a/.github/workflows/ci-react-renderer.yml +++ b/.github/workflows/ci-react-renderer.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/react-renderer - run: yarn workspace @hono/react-renderer build - run: yarn workspace @hono/react-renderer publint diff --git a/.github/workflows/ci-sentry.yml b/.github/workflows/ci-sentry.yml index dcc75a28..588eaf35 100644 --- a/.github/workflows/ci-sentry.yml +++ b/.github/workflows/ci-sentry.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/sentry - run: yarn workspace @hono/sentry build - run: yarn workspace @hono/sentry publint diff --git a/.github/workflows/ci-trpc-server.yml b/.github/workflows/ci-trpc-server.yml index b130b52c..3cd0ebf8 100644 --- a/.github/workflows/ci-trpc-server.yml +++ b/.github/workflows/ci-trpc-server.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/trpc-server - run: yarn workspace @hono/trpc-server build - run: yarn workspace @hono/trpc-server publint diff --git a/.github/workflows/ci-typebox-validator.yml b/.github/workflows/ci-typebox-validator.yml index c5e22d27..b59e43dc 100644 --- a/.github/workflows/ci-typebox-validator.yml +++ b/.github/workflows/ci-typebox-validator.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/typebox-validator - run: yarn workspace @hono/typebox-validator build - run: yarn workspace @hono/typebox-validator publint diff --git a/.github/workflows/ci-typia-validator.yml b/.github/workflows/ci-typia-validator.yml index 9146a07b..19a6f2bf 100644 --- a/.github/workflows/ci-typia-validator.yml +++ b/.github/workflows/ci-typia-validator.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/typia-validator - run: yarn workspace @hono/typia-validator build - run: yarn workspace @hono/typia-validator publint diff --git a/.github/workflows/ci-valibot-validator.yml b/.github/workflows/ci-valibot-validator.yml index 72ced19a..3ba6d5fe 100644 --- a/.github/workflows/ci-valibot-validator.yml +++ b/.github/workflows/ci-valibot-validator.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/valibot-validator - run: yarn workspace @hono/valibot-validator build - run: yarn workspace @hono/valibot-validator publint diff --git a/.github/workflows/ci-zod-openapi.yml b/.github/workflows/ci-zod-openapi.yml index 5f1c6725..ffe2dc05 100644 --- a/.github/workflows/ci-zod-openapi.yml +++ b/.github/workflows/ci-zod-openapi.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/zod-openapi - run: yarn workspace @hono/zod-openapi build - run: yarn workspace @hono/zod-openapi publint diff --git a/.github/workflows/ci-zod-validator.yml b/.github/workflows/ci-zod-validator.yml index 956005a8..5823991c 100644 --- a/.github/workflows/ci-zod-validator.yml +++ b/.github/workflows/ci-zod-validator.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - run: yarn workspaces focus hono-middleware @hono/zod-validator - run: yarn workspace @hono/zod-validator build - run: yarn workspace @hono/zod-validator publint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36aeba75..ed029c7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js 18.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Install Dependencies run: yarn