Skip to content

Commit 7541d9b

Browse files
tyao1facebook-github-bot
authored andcommitted
Use Node V20 in Github CI (#167)
Summary: The CI job has been failing. Use the same version as what the relay repo is using https://github.com/facebook/relay/blob/main/.github/workflows/ci.yml Pull Request resolved: #167 Reviewed By: evanyeung Differential Revision: D67885317 Pulled By: tyao1 fbshipit-source-id: 81ce4740ed7a30606c8cd3ebc62cdd15343cf5a2
1 parent 234c062 commit 7541d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 20.x
1919
- name: Install dependencies
2020
run: yarn install --frozen-lockfile
2121
- name: Check formatting

0 commit comments

Comments
 (0)