Skip to content

Commit

Permalink
use latest stable node to deploy metro website
Browse files Browse the repository at this point in the history
Summary: use `lts` nodejs to deploy the metro website

Reviewed By: robhogan

Differential Revision: D65752852

fbshipit-source-id: b4e1c0ca57ead58c56014bd02047cee705024dea
  • Loading branch information
vzaidman authored and facebook-github-bot committed Nov 11, 2024
1 parent 6b2e8cd commit 1784e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

env:
working-directory: website
node-version: lts
node-version: lts/*

steps:
- name: Checkout code
Expand Down

0 comments on commit 1784e1a

Please sign in to comment.