Skip to content

Commit e1e2446

Browse files
authored
Update chdb-node-test.yml
1 parent 301f2d2 commit e1e2446

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/chdb-node-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: chDB-node
22

33
on:
4-
pull-request:
4+
pull_request:
55
paths-ignore:
66
- '**/.md'
77
push:
@@ -21,7 +21,7 @@ jobs:
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
2323
- uses: actions/setup-node@v3
24-
with:
25-
node-version: 16
24+
with:
25+
node-version: 16
2626
- run: npm install
2727
- run: npm test

0 commit comments

Comments
 (0)