From 18bbad0be771351116766c97499def7e88a8b412 Mon Sep 17 00:00:00 2001 From: CorvusYe Date: Sat, 27 Jul 2024 22:09:12 +0800 Subject: [PATCH] ci: node engine upgrade --- .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 7e2a44d..b3ba815 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: npm - run: npm ci - name: Build