Skip to content

Commit

Permalink
Merge pull request #7 from ryanlovett/node-18.x
Browse files Browse the repository at this point in the history
Downgrade to node 18.x.
  • Loading branch information
ryanlovett authored Oct 7, 2024
2 parents d87282e + 3ecd383 commit b1ee6f6
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 b1ee6f6

Please sign in to comment.