From 55e37a3e8860047cb1089b27ff7a2d819ea48018 Mon Sep 17 00:00:00 2001 From: master1lan Date: Tue, 14 Feb 2023 19:50:39 +0800 Subject: [PATCH] Update azure-staticwebapp.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整node版本 --- .github/workflows/azure-staticwebapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index 614f006..d434111 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -43,7 +43,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ name: Build and Deploy Job