Skip to content

Commit

Permalink
fixed compile issue in test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Crawshaw committed Oct 31, 2024
1 parent d0c9cc8 commit 9ea3b13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ jobs:

- name: Run Flow
run: |
npm install --save-dev @babel/core @babel/cli @babel/preset-flow babel-plugin-syntax-hermes-parser
npm install --save-dev flow-bin
npm run flow

npm install --save-dev @babel/core @babel/cli @babel/preset-flow babel-plugin-syntax-hermes-parser
npm install --save-dev flow-bin
npm run flow
- name: Node tests
run: npm test
Expand Down

0 comments on commit 9ea3b13

Please sign in to comment.