From 5fada82180857144b2b6b1e4fbe3bc77c6eff041 Mon Sep 17 00:00:00 2001 From: Kemal Erdem Date: Thu, 23 Nov 2023 13:17:18 +0100 Subject: [PATCH] Set node version i default docs build --- .github/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index de222cd..7087515 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,6 +14,11 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 + - name: Select node + uses: actions/setup-node@v2 + with: + node-version: '16' + - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm install