Skip to content

Commit

Permalink
Bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Oct 12, 2024
1 parent b5a2425 commit 8280555
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- 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 +50,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 8280555

Please sign in to comment.