1
0
mirror of https://github.com/starship/starship.git synced 2025-07-09 19:17:10 +02: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

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