Skip to content

Commit

Permalink
added npm install... to work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Crawshaw committed Oct 31, 2024
1 parent 8b2b815 commit d0c9cc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ jobs:
run: npm run lint

- name: Run Flow
run: npm 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


- name: Node tests
run: npm test
Expand Down

0 comments on commit d0c9cc8

Please sign in to comment.