From 1991449506f578a714b7c72955983192ff183656 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Sat, 4 Feb 2023 12:35:46 +0900 Subject: [PATCH] ci: fixed node version --- .github/workflows/ci-graphql-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-graphql-server.yml b/.github/workflows/ci-graphql-server.yml index 7a530177..414373fb 100644 --- a/.github/workflows/ci-graphql-server.yml +++ b/.github/workflows/ci-graphql-server.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 18.x - run: yarn install --frozen-lockfile - run: yarn build - run: yarn test