Skip to content

Commit

Permalink
Set node version i default docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
burnpiro committed Nov 23, 2023
1 parent 25f3d5c commit 5fada82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5fada82

Please sign in to comment.