Skip to content

Commit

Permalink
ci: specify Node.js version to 20 in check-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Jan 15, 2025
1 parent f7d58b0 commit 9852bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: latest
node-version: '20'

- run: pnpm i
- run: pnpm lint
Expand Down

0 comments on commit 9852bee

Please sign in to comment.