From 6b7db7f42b1e1ba7885f608b7d1a791e97c4cc61 Mon Sep 17 00:00:00 2001 From: Anastastasia-B Date: Tue, 3 Oct 2023 13:50:36 +0300 Subject: [PATCH] Update supported node versions --- .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 560c255..9c19c92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node: [12, 14, 16] + node: [16, 18] runs-on: ubuntu-latest