From 87142318383371d07dadfbecf7e844dc22f7fd48 Mon Sep 17 00:00:00 2001 From: Thong Yuan Yu Sarah Date: Thu, 26 Oct 2023 13:14:02 +0800 Subject: [PATCH] Set node version in github actions workflow --- .github/workflows/market-config-validation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/market-config-validation.yml b/.github/workflows/market-config-validation.yml index edb6d8a..040321d 100644 --- a/.github/workflows/market-config-validation.yml +++ b/.github/workflows/market-config-validation.yml @@ -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/actions-yarn@v3.0.0 with: