Skip to content

Commit

Permalink
ci: set Node version for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Feb 26, 2023
1 parent fdd3d15 commit 6b55eee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b55eee

Please sign in to comment.