Skip to content

Commit 8d663e4

Browse files
ci: use node v20 (#1076)
1 parent 4f9bb1d commit 8d663e4

16 files changed

+16
-16
lines changed

.github/workflows/ci-arktype-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/arktype-validator
2121
- run: yarn workspace @hono/arktype-validator build
2222
- run: yarn workspace @hono/arktype-validator publint

.github/workflows/ci-clerk-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/clerk-auth
2121
- run: yarn workspace @hono/clerk-auth build
2222
- run: yarn workspace @hono/clerk-auth publint

.github/workflows/ci-firebase-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/firebase-auth
2121
- run: yarn workspace @hono/firebase-auth build
2222
- run: yarn workspace @hono/firebase-auth publint

.github/workflows/ci-graphql-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/graphql-server
2121
- run: yarn workspace @hono/graphql-server build
2222
- run: yarn workspace @hono/graphql-server publint

.github/workflows/ci-medley-router.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/medley-router
2121
- run: yarn workspace @hono/medley-router build
2222
- run: yarn workspace @hono/medley-router publint

.github/workflows/ci-prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/prometheus
2121
- run: yarn workspace @hono/prometheus build
2222
- run: yarn workspace @hono/prometheus publint

.github/workflows/ci-react-compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/react-compat
2121
- run: yarn workspace @hono/react-compat build
2222
- run: yarn workspace @hono/react-compat publint

.github/workflows/ci-react-renderer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/react-renderer
2121
- run: yarn workspace @hono/react-renderer build
2222
- run: yarn workspace @hono/react-renderer publint

.github/workflows/ci-sentry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/sentry
2121
- run: yarn workspace @hono/sentry build
2222
- run: yarn workspace @hono/sentry publint

.github/workflows/ci-trpc-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
- run: yarn workspaces focus hono-middleware @hono/trpc-server
2121
- run: yarn workspace @hono/trpc-server build
2222
- run: yarn workspace @hono/trpc-server publint

0 commit comments

Comments
 (0)