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: huntie

Differential Revision: D65745605

fbshipit-source-id: 795e84f59e62cc7a2789b7228e48d14086b8160a
  • Loading branch information
vzaidman authored and facebook-github-bot committed Nov 11, 2024
1 parent d41a427 commit d7327d4
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: 16.x
node-version: lts

steps:
- name: Checkout code
Expand Down

0 comments on commit d7327d4

Please sign in to comment.