mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 07:46:28 +00:00
ci: set Node version for docs build
This commit is contained in:
parent
fdd3d15054
commit
6b55eeef98
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user