Skip to content

Commit

Permalink
Downgrade to node 18.x.
Browse files Browse the repository at this point in the history
I'm wondering if the deploy errors are due to how artifacts are being generated.
  • Loading branch information
ryanlovett committed Oct 7, 2024
1 parent d87282e commit 3ecd383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 18.x

- name: Install MyST Markdown
run: npm install -g mystmd
Expand Down

0 comments on commit 3ecd383

Please sign in to comment.