Skip to content

Commit

Permalink
Bump node Update website.yml to include sbt setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Oct 12, 2024
1 parent b5a2425 commit ba403a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
with:
java-version: "22"
distribution: "zulu"
- uses: sbt/setup-sbt@v1
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21
# cache: 'npm'
- name: Install dependencies
run: |
Expand All @@ -50,8 +51,8 @@ jobs:
npm run build
popd
sbt makeSite
env:
NODE_OPTIONS: "--openssl-legacy-provider"
# env:
# NODE_OPTIONS: "--openssl-legacy-provider"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit ba403a3

Please sign in to comment.