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 99eca39 commit fd0052bCopy full SHA for fd0052b
.github/workflows/chdb-node-test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, macos-latest]
20
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x]
21
steps:
22
- name: Use Python 3.11
23
uses: actions/setup-python@v2
@@ -38,7 +38,7 @@ jobs:
38
- name: Run tests
39
run: npm run test
40
- name: Publish to npm
41
- if: github.ref == 'refs/heads/main' && matrix.node-version == '14.x' && matrix.os == 'ubuntu-latest'
+ if: github.ref == 'refs/heads/main' && matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest'
42
run: npm publish
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments