From c5cd4008bcc4ac6c6ac3fd547f971ee12ceaa9ab Mon Sep 17 00:00:00 2001 From: Beatriz Mendes Date: Tue, 26 Sep 2023 08:57:19 +0200 Subject: [PATCH] chore: target node@20 --- .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 83c21ba..0d55efe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - node-version: [ 16 ] + node-version: [ 20 ] runs-on: ${{ matrix.os }}