Skip to content

Commit bd8d37d

Browse files
committed
Update node.js version
1 parent 246cafb commit bd8d37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest]
20-
node-version: [18.x]
20+
node-version: [18.x, 20.x, 22.x]
2121
steps:
2222
- name: Use Python 3.11
2323
uses: actions/setup-python@v2
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests
3535
run: npm run test
3636
- name: Publish to npm
37-
if: github.ref == 'refs/heads/main' && matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest'
37+
if: github.ref == 'refs/heads/main' && matrix.node-version == '18.x' && matrix.os == 'ubuntu-latest'
3838
run: npm publish
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)