From f76b3edbdddbb0337b81f27a280d7d2d9e2ef196 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 7 Jul 2023 13:58:43 +0900 Subject: update node to 20.4.0 --- .github/workflows/test-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test-backend.yml') diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index d7be15bd4f..96e64c322e 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] services: postgres: -- cgit v1.2.3-freya