Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd0052b

Browse files
committed
Drop node 14
1 parent99eca39 commitfd0052b

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)

[8]ページ先頭

©2009-2025 Movatter.jp