From 28b84d90b8bb68d34e46e9ee500b40266296b9fd Mon Sep 17 00:00:00 2001 From: Weirong Xu Date: Sat, 8 Jun 2024 21:23:07 +0800 Subject: [PATCH] ci: upgrade node to 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c999bc6..28ac1d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [16] + node-version: [18] env: NODE_ENV: test