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