From 31737af304d33290670b5de57cb5dee77dcb9a00 Mon Sep 17 00:00:00 2001 From: Igor Magdich Date: Fri, 30 Aug 2024 22:05:55 +0300 Subject: [PATCH] Update test node to 20 18 20 --- .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 f40f0fd..9132d23 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: [self-hosted, macOS] strategy: matrix: - node: [ 22 ] + node: [ 20 ] steps: - name : Checkout uses: actions/checkout@v2