From 6f8c0b20db794ef673d96e42fe7a71a1821a826d Mon Sep 17 00:00:00 2001 From: Manassarn Manoonchai Date: Mon, 12 Aug 2024 22:45:59 +0700 Subject: [PATCH] Remove unsupported node version in CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33e20e1..ee786dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x', '14.x', '16.x', '18.x', '20.x', '22.x'] + node: ['16.x', '18.x', '20.x', '22.x'] os: [ubuntu-latest, windows-latest, macOS-11] steps: