From 9a4ee2e367e5f9723c9abb6ecc4acef51c909a48 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Wed, 28 Jun 2023 14:39:52 +0800 Subject: [PATCH] Update site-deploy.yml --- .github/workflows/site-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index d335008fd9..dba378d8fb 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -51,6 +51,10 @@ jobs: - name: checkout uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 + - name: restore cache from package-lock.json uses: actions/cache@v3 with: