We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246cafb commit bd8d37dCopy full SHA for bd8d37d
.github/workflows/chdb-node-test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest]
20
- node-version: [18.x]
+ node-version: [18.x, 20.x, 22.x]
21
steps:
22
- name: Use Python 3.11
23
uses: actions/setup-python@v2
@@ -34,7 +34,7 @@ jobs:
34
- name: Run tests
35
run: npm run test
36
- name: Publish to npm
37
- if: github.ref == 'refs/heads/main' && matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest'
+ if: github.ref == 'refs/heads/main' && matrix.node-version == '18.x' && matrix.os == 'ubuntu-latest'
38
run: npm publish
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments