Skip to content

Commit

Permalink
Merge pull request #359 from kevin-lee/fix-docs-build
Browse files Browse the repository at this point in the history
Fix broken docs build
  • Loading branch information
kevin-lee authored Jun 4, 2024
2 parents 1425787 + 25fbd8f commit a2c3b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-site-build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: ${{ matrix.scala.java-version }}
- uses: actions/setup-node@v1
with:
node-version: '14.4.0'
node-version: '18.13.0'
registry-url: 'https://registry.npmjs.org'

- name: Cache SBT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-site-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: ${{ matrix.scala.java-version }}
- uses: actions/setup-node@v1
with:
node-version: '14.4.0'
node-version: '18.13.0'
registry-url: 'https://registry.npmjs.org'

- name: Cache SBT
Expand Down

0 comments on commit a2c3b60

Please sign in to comment.