Skip to content

Commit 8a5cec7

Browse files
authored
Use Node V20 in Github CI
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
1 parent 234c062 commit 8a5cec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)