Skip to content

Commit

Permalink
Fix typo that was introduced while resolving a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Cool-Katt authored Jan 2, 2025
1 parent 9e369bc commit 5aebc49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr.ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: corepack enable pnpm

- name: Use Node.js LTS (22.x)
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0bwith:
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
with:
node-version: 22.x
cache: 'pnpm'

Expand Down

0 comments on commit 5aebc49

Please sign in to comment.