Closed jbloom closed 6 months ago
Try changing node-version: from [18.x]
in the .github/workflows/deploy.yaml
to [20.x]
Like @bblarsen-sci said, it seems like a version issue. If that doesn't fix it, let me know and I'll fix it tomorrow!
@WillHannon-MCB, is there any reason not to update this to the latest versions rather than actions @v3
and node-verison: [20.x]
?
The latest versions would be node-version: [22.x]
, actions/checkout@v4
, actions/setup-node@v4
, and peaceiris/actions-gh-pages@v4
.
See this failure.
Not sure if it is stochastic or is because a GitHub action needs to be updated?
@WillHannon-MCB, do you know?