From 164c0dec1a9f1b2a49ecb8aa56b66a189152cf5d Mon Sep 17 00:00:00 2001 From: tiero <3596602+tiero@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:25:02 +0100 Subject: [PATCH] gh action --- .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..3e72271 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: ['14.x', '16.x', '18.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: