Skip to content

Commit d7327d4

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: huntie Differential Revision: D65745605 fbshipit-source-id: 795e84f59e62cc7a2789b7228e48d14086b8160a
1 parent d41a427 commit d7327d4

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: 16.x
25+
node-version: lts
2626

2727
steps:
2828
- name: Checkout code

0 commit comments

Comments
 (0)