From 39ff6f1b8d735a5a7396dd748fc9c9b6f6d067e5 Mon Sep 17 00:00:00 2001 From: neo Date: Sun, 28 Apr 2024 18:17:29 +0800 Subject: [PATCH] feat: ci node version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95a85fe..2dded30 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install pnpm uses: pnpm/action-setup@v2 with: