From 6111db5a37e8489e88e9a93836b0ddf8ac28ce46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 15 May 2024 16:17:55 -0400 Subject: [PATCH] Revert "test: use node 20" This reverts commit a40f54aa8771e6c56bbd7a622ed1ad688559c823. --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9b4e829384..4e21c8238a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,14 +32,14 @@ jobs: include: # only run coverage once - os: ubuntu-latest - node: 20 + node: 18 coverage: true # test under development once - database: mongo-dev test_env: development # only run eslint once - os: ubuntu-latest - node: 20 + node: 18 database: mongo-dev lint: true runs-on: ${{ matrix.os }}