Skip to content

Commit

Permalink
Update version in build-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iRyusa authored Apr 5, 2023
1 parent 02183d1 commit 271d049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: 2.6

- name: Install NodeJS
uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "16"

- name: Build Documentation
run: bash make.sh
Expand Down

0 comments on commit 271d049

Please sign in to comment.