Skip to content

Commit

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

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

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

0 comments on commit 8714231

Please sign in to comment.