From 960962c4951fc6e120cf15a0616690c965463556 Mon Sep 17 00:00:00 2001 From: Viacheslav Slinko Date: Tue, 25 Jul 2023 11:52:00 +0300 Subject: [PATCH] Maintenance --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81df115..237c9eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,10 @@ name: Build on: push: branches: - - master + - main pull_request: branches: - - master + - main release: types: - created @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: ["16", "18"] + node-version: ["16", "18", "20"] steps: - name: Checkout