From bab2569718845836a08957f5a5f40453cb31b293 Mon Sep 17 00:00:00 2001 From: wuriyanto48 Date: Thu, 17 Oct 2024 01:57:37 +0700 Subject: [PATCH] fix github actions, remove node 19 --- .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 0420cc8..f1b1599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x, 19.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2