From 64b09c4083e4839a4631b45a68c3f26bcf4bb20d Mon Sep 17 00:00:00 2001 From: liyang wang Date: Wed, 29 May 2024 13:26:10 +0000 Subject: [PATCH] node 20 --- .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 6a24a8b..5f10a9a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20 cache: yarn - name: Install dependencies