This is an automated email from the ASF dual-hosted git repository.
ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push:
new 80fcc0f0 Update web-deploy.yml (#269)
80fcc0f0 is described below
commit 80fcc0f0269ad99af5aace67604e42d221af15bf
Author: dpdjvhxm <[email protected]>
AuthorDate: Fri Mar 22 19:30:06 2024 +0900
Update web-deploy.yml (#269)
Web-deploy issue : Change version 16.x to 20.x (Line no.14)
---
.github/workflows/web-deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml
index 7d043e93..b39ed6d3 100644
--- a/.github/workflows/web-deploy.yml
+++ b/.github/workflows/web-deploy.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- node-version: [16.x]
+ node-version: [20.x]
# See supported Node.js release schedule at
https://nodejs.org/en/about/releases/
steps: