Skip to content

Commit

Permalink
Use Node V20 in Github CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tyao1 authored Jan 7, 2025
1 parent 234c062 commit 8a5cec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check formatting
Expand Down

0 comments on commit 8a5cec7

Please sign in to comment.