From dc5250e85f39143a9c16b13ca4dd47ca0cdb698c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Mon, 14 Nov 2022 08:23:14 -0300 Subject: [PATCH] According to issue 1089 I removed support for node 10 again. https://github.com/jaredpalmer/tsdx/issues/1089 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535e4b7..22afb98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] + node: ['12.x', '14.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: