ci: set Node version for docs build

This commit is contained in:
Matan Kushner 2023-02-26 11:45:21 +09:00
parent fdd3d15054
commit 6b55eeef98
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -361,6 +361,11 @@ jobs:
# Required to include the recently merged Crowdin PR
ref: master
- name: Setup | Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Setup | Install dependencies
run: npm install
working-directory: docs