From 32d4002918689caca0ea99ed2af4c37e26fa6ffa Mon Sep 17 00:00:00 2001 From: JexSrs Date: Mon, 19 Aug 2024 22:52:16 +0300 Subject: [PATCH] Updated node version in tests --- .github/workflows/tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 363f4cd..3308e9c 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 17.x, 18.x] + node-version: [18.x, 19.x, 20.x] steps: - uses: actions/checkout@v2