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-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/test-production.yml') diff --git a/.github/workflows/test-production.yml b/.github/workflows/test-production.yml index 5243a83777..8429465b5b 100644 --- a/.github/workflows/test-production.yml +++ b/.github/workflows/test-production.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3.3.0 -- cgit v1.2.3-freya