From 889d6e82731ad74f586f2053d39dc640db64d3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Tanr=C4=B1kulu?= Date: Sun, 31 Dec 2023 18:56:00 +0100 Subject: [PATCH] update 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 d5c4b67..c3ccbba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x', '14.x', '16.x'] + node: ['18.x', '19.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: