From 927d3c901e7cb0f31d1c897e629adcbd4da393b1 Mon Sep 17 00:00:00 2001 From: isno Date: Tue, 30 Jan 2024 23:30:42 +0800 Subject: [PATCH] 111 --- .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 3497a644..20bbfeef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: use Node.js 20.0.0 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20.0.0 - name: Install and Build