From 99bbc0d84fab05b5345aa847a0bc036ca926bd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=8B=E5=85=9A=20Lidang?= Date: Sat, 17 Feb 2024 07:39:14 -0600 Subject: [PATCH] Update ReleaseAWSS3.yml --- .github/workflows/ReleaseAWSS3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ReleaseAWSS3.yml b/.github/workflows/ReleaseAWSS3.yml index 937a024..db4da87 100644 --- a/.github/workflows/ReleaseAWSS3.yml +++ b/.github/workflows/ReleaseAWSS3.yml @@ -14,10 +14,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Install Dependencies working-directory: ./darc-docs