Skip to content

Commit d758b22

Browse files
committed
ci: check node version
1 parent 9852bee commit d758b22

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check-pr.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: latest
2222

23+
24+
# Print out Node.js and PNPM versions
25+
- run: node -v
26+
- run: pnpm -v
27+
2328
- run: pnpm i
2429
- run: pnpm lint
2530
- run: pnpm build
2631
- run: npx tsc
32+
2733

0 commit comments

Comments
 (0)