Skip to content

Commit def957a

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Setup node in the linter for test all
Summary: Github OSS CI is failing because of D95055797. The reason is that the lint job is still using node 20 as default, but from 0.84 we should use 22. This change should fix CI ## Changelog: [Internal] - Differential Revision: D95204543
1 parent 7989287 commit def957a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ jobs:
552552
steps:
553553
- name: Checkout
554554
uses: actions/checkout@v6
555+
- name: Setup node.js
556+
uses: ./.github/actions/setup-node
555557
- name: Install dependencies
556558
uses: ./.github/actions/yarn-install
557559
- name: Lint file structure

0 commit comments

Comments
 (0)