From efec52ac239d720bb9b8f571dc4f02138e32bbcb Mon Sep 17 00:00:00 2001 From: kfd Date: Mon, 23 Oct 2023 16:09:15 +0800 Subject: [PATCH] chore: ci node18 --- .github/workflows/master-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master-deploy.yml b/.github/workflows/master-deploy.yml index 663e7cc..b7104fd 100644 --- a/.github/workflows/master-deploy.yml +++ b/.github/workflows/master-deploy.yml @@ -14,7 +14,9 @@ jobs: persist-credentials: false - name: Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 + with: + node-version: 18 - name: Install dependencies run: yarn