From 1784e1a8de3170dc7573e682385f804c24720239 Mon Sep 17 00:00:00 2001 From: Vitali Zaidman Date: Mon, 11 Nov 2024 06:27:02 -0800 Subject: [PATCH] use latest stable node to deploy metro website Summary: use `lts` nodejs to deploy the metro website Reviewed By: robhogan Differential Revision: D65752852 fbshipit-source-id: b4e1c0ca57ead58c56014bd02047cee705024dea --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 4a88cee7be..c876d4d1ad 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,7 +22,7 @@ jobs: env: working-directory: website - node-version: lts + node-version: lts/* steps: - name: Checkout code