Skip to content

Commit fd0052b

Browse files
committed
Drop node 14
1 parent 99eca39 commit fd0052b

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: [14.x, 16.x, 18.x]
20+
node-version: [16.x, 18.x]
2121
steps:
2222
- name: Use Python 3.11
2323
uses: actions/setup-python@v2
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: npm run test
4040
- name: Publish to npm
41-
if: github.ref == 'refs/heads/main' && matrix.node-version == '14.x' && matrix.os == 'ubuntu-latest'
41+
if: github.ref == 'refs/heads/main' && matrix.node-version == '16.x' && matrix.os == 'ubuntu-latest'
4242
run: npm publish
4343
env:
4444
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)