This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-3 in repository https://gitbox.apache.org/repos/asf/fury.git
commit b1b3c3c2a4137731cff67aeba7b7acd727aa552f Author: Shawn Yang <[email protected]> AuthorDate: Thu May 15 18:58:08 2025 +0800 remove nodejs 12 support --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d643f6..a0b4357f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: name: JavaScript CI strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, macos-13, windows-2022] runs-on: ${{ matrix.os }} steps: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
