From d7327d44b619efa47522c7231e19a8536e489035 Mon Sep 17 00:00:00 2001 From: Vitali Zaidman Date: Mon, 11 Nov 2024 03:20:20 -0800 Subject: [PATCH] use latest stable node to deploy metro website Summary: use `lts` nodejs to deploy the metro website Reviewed By: huntie Differential Revision: D65745605 fbshipit-source-id: 795e84f59e62cc7a2789b7228e48d14086b8160a --- .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 9193864f0a..4a88cee7be 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,7 +22,7 @@ jobs: env: working-directory: website - node-version: 16.x + node-version: lts steps: - name: Checkout code