Skip to content

Commit

Permalink
fix(ci): downgrade nodejs version
Browse files Browse the repository at this point in the history
Fixes broken Unicode in NavLinks
  • Loading branch information
Curve committed Sep 1, 2024
1 parent 5c706f7 commit f431ab5
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 @@ -24,7 +24,7 @@ jobs:
- name: 🍃 Install Node
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 18
registry-url: "https://registry.npmjs.org"

- name: 🍃 Install pnpm
Expand Down

0 comments on commit f431ab5

Please sign in to comment.