From 8d96c6b0f895e3105d5498f87c44ee64c709092a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 24 May 2022 09:30:56 +0300 Subject: CI: add Node.js 18 and limit push trigger to main (#154) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5525761..eca1e0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: Tests on: push: - branches-ignore: - - "dependabot/**" + branches: + - main pull_request: workflow_dispatch: @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node: [12, 14, 16] + node: [12, 14, 16, 18] steps: - name: Clone repository -- cgit v1.2.3