From a40f54aa8771e6c56bbd7a622ed1ad688559c823 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 14:02:31 -0400 Subject: [PATCH] test: use node 20 --- .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 4e21c8238a..9b4e829384 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: 18 + node: 20 coverage: true # test under development once - database: mongo-dev test_env: development # only run eslint once - os: ubuntu-latest - node: 18 + node: 20 database: mongo-dev lint: true runs-on: ${{ matrix.os }}