From cbafb3fb46932b3dec58a8d4973168416671af1f Mon Sep 17 00:00:00 2001 From: Andrii Bakanov Date: Wed, 13 Nov 2024 18:23:03 +0100 Subject: [PATCH 1/2] ci: `node-version: 14` -> `node-version: 16` --- .github/workflows/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 3328992c..34d4491c 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2.1.4 with: - node-version: 14 + node-version: 16 - run: | npm install - run: | @@ -19,4 +19,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: code-coverage-report - path: reports \ No newline at end of file + path: reports From 419b15392fb425e1d726f0f72d370e6094d81078 Mon Sep 17 00:00:00 2001 From: Andrii Bakanov <48736674+DrewsAbuse@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:29:16 +0100 Subject: [PATCH 2/2] style: removed space at end