From 9c0556c9062ede846fc1a3473b02f1e3a2c67df6 Mon Sep 17 00:00:00 2001 From: Misha Grinko Date: Mon, 20 Nov 2023 12:08:01 +0200 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 f3065d382b..b9c880dccd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v2