Skip to content

Commit

Permalink
Downgrade nodejs version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid authored Oct 24, 2023
1 parent 914c15b commit 2b6cd46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
# We get OpenSSL error if we have newer versions
node-version: 16
cache: "yarn"
cache-dependency-path: 'yarn.lock'
- name: Build Project
Expand Down

0 comments on commit 2b6cd46

Please sign in to comment.