Skip to content

Commit

Permalink
Add Node setup to Mac tests
Browse files Browse the repository at this point in the history
Don't just hope npm exists
  • Loading branch information
adamnovak authored Sep 20, 2023
1 parent 89eefd9 commit 0e3bd54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Checkout code without submodules
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 18

- name: Get or restore dependencies
run: scripts/restore-deps.sh
Expand Down

1 comment on commit 0e3bd54

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch mac-node. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17483 seconds

Please sign in to comment.