Skip to content

Commit

Permalink
Add node-gyp as per instructions on github workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-thong committed Oct 26, 2023
1 parent 8714231 commit 0aa9ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/market-config-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set node version
uses: actions/setup-node@v3
- name: Install node-gyp
uses: borales/actions-yarn@v3.0.0
with:
node-version: 18
cmd: add node-gyp

- name: Install Dependencies
uses: borales/[email protected]
Expand Down

0 comments on commit 0aa9ebd

Please sign in to comment.