From 084fa3ef20b6b622b548f950762ae402e9773390 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 3 May 2024 10:28:48 +0800 Subject: [PATCH] ci: adjust node version --- .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 3fe5f6c..ed87226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x - name: Restore yarn cache id: yarn-cache