Skip to content

Commit 1784e1a

Browse files
vzaidmanfacebook-github-bot
authored andcommitted
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
1 parent 6b2e8cd commit 1784e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
env:
2424
working-directory: website
25-
node-version: lts
25+
node-version: lts/*
2626

2727
steps:
2828
- name: Checkout code

0 commit comments

Comments
 (0)