Skip to content

Commit

Permalink
Fix broken docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jun 4, 2024
1 parent 1425787 commit 25fbd8f
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 25fbd8f

Please sign in to comment.