From b0e067c581eb177bedd67d5db0b47eb7e583228f Mon Sep 17 00:00:00 2001 From: Mario Rodriguez <64106728+MarioRodriguezS@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:20:10 -0500 Subject: [PATCH] Solve CI errors --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 308c78c..6192bdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: - node-version: 16.x + node-version: 20.x - run: yarn - run: yarn test --coverage - name: Coveralls