From e3216ae220edc0b170a3e12f6f6c90a3e8502f56 Mon Sep 17 00:00:00 2001 From: nakata5321 Date: Tue, 4 Jul 2023 14:17:33 +0300 Subject: [PATCH] fix GitHub action --- .github/workflows/on_pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index a7ba974e4d8..e8b76a39724 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Robonomics Wiki +name: Robonomics Wiki build # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -21,6 +21,11 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + - name: Setup Node + uses: actions/setup-node@v1 + with: + node-version: "14.x" + - name: Install and Build 🔧 run: | sudo yarn global add @gridsome/cli