From fd27dc52a83465cd4d6cec3af2edefbfea7efa2d Mon Sep 17 00:00:00 2001 From: Badisi Date: Wed, 18 Oct 2023 17:20:43 +0200 Subject: [PATCH] chore(ci): upgrade node version in tests --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 9d1e51c..6df7989 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [16, 18] + node: [18, 20] steps: - name: Checkout sources