From de6100a0f92e18c3f060dcb69ea89c0bd3aeecb3 Mon Sep 17 00:00:00 2001 From: Misha Hrynko Date: Mon, 2 Sep 2024 21:01:03 +0300 Subject: [PATCH] Update test.yml --- .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 e806327..bb13dfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [20.x] steps: - uses: actions/checkout@v2