1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 09:30:49 +00:00

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

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