From 806096258bd21622fd238261e0dd7d7309be6b96 Mon Sep 17 00:00:00 2001 From: Wheat Carrier Date: Sun, 31 Mar 2024 17:38:13 +0800 Subject: [PATCH] remove pipieline for 14.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd62f98..ced6e40 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2