Skip to content

Commit

Permalink
fix(#24): 🐛 CHange node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
gautegf committed Oct 8, 2025
1 parent 3511dc1 commit 82b2ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- run: npm ci
- run: npx prettier --check .

0 comments on commit 82b2ac7

Please sign in to comment.