Skip to content

Commit 82e0dc0

Browse files
committed
ci(lint): call of linting via bin
1 parent eaf0a5a commit 82e0dc0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717

18-
- name: Install
18+
- name: NodeJS install
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: "lts/*"
22+
23+
- name: pnpm install
1924
uses: pnpm/action-setup@v4
2025
with:
2126
version: latest

0 commit comments

Comments
 (0)