Skip to content

Commit 3c52909

Browse files
committed
ci: Specify Node version to use
1 parent 3afe2fc commit 3c52909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v5
30+
- uses: actions/setup-node@v4
31+
with:
32+
node-version: 20
3033
- name: Set up tree-sitter
3134
uses: tree-sitter/setup-action/cli@v2
3235
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)